Add fcgi script for supervisor
This commit is contained in:
parent
cb985a2dbc
commit
9653f29c2f
6
dakamenu.fcgi
Normal file
6
dakamenu.fcgi
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
from flup.server.fcgi import WSGIServer
|
||||
from server import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
WSGIServer(app, bindAddress='/tmp/dakamenu-fcgi.sock').run()
|
Loading…
x
Reference in New Issue
Block a user