~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to swift/common/middleware/staticweb.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-28 09:40:30 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20130128094030-aetz57x2qz9ye2d4
Tags: 1.7.6-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    ...
29
29
 
30
30
    [pipeline:main]
31
 
    pipeline = healthcheck cache tempauth staticweb proxy-server
 
31
    pipeline = catch_errors healthcheck cache ratelimit tempauth staticweb
 
32
               proxy-logging proxy-server
32
33
 
33
34
    ...
34
35