Changed default port of proxy and auth to be 8080, and cleaned up exits

This commit is contained in:
Chuck Thier
2010年08月24日 14:04:44 +00:00
parent 7bbbf3dbef
commit 0e881304ae

View File

@@ -20,5 +20,5 @@ from swift.common.wsgi import run_wsgi
if __name__ == '__main__':
if len(sys.argv) != 2:
print "Usage: %s CONFIG_FILE" % sys.argv[0]
run_wsgi(sys.argv[1], 'proxy-server', default_port=80)
sys.exit("Usage: %s CONFIG_FILE" % sys.argv[0])
run_wsgi(sys.argv[1], 'proxy-server', default_port=8080)
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.