File: swift-proxy-server-uwsgi

package info (click to toggle)
swift 2.36.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,676 kB
  • sloc: python: 286,220; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (7 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/python3
# To be used with uwsgi / libapache2-mod-wsgi-py3

from swift.common.wsgi import init_request_processor

application, conf, logger, log_name = \
    init_request_processor('/etc/swift/proxy-server.conf','proxy-server')