Remove explicit socket from fcgi script.
This commit is contained in:
parent
998228db84
commit
79dce3b2f0
@ -3,4 +3,4 @@ from flup.server.fcgi import WSGIServer
|
||||
from server import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
WSGIServer(app, bindAddress='/tmp/ianonavy-fcgi.sock', umask=0002).run()
|
||||
WSGIServer(app).run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user