Changed default port of proxy and auth to be 8080, and cleaned up exits
This commit is contained in:
5 changed files with 7 additions and 7 deletions
@@ -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
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.