move scripts to bin
This commit is contained in:
8
bin/fcgi_server.py
Executable file
8
bin/fcgi_server.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from flup.server.fcgi import WSGIServer
|
||||
|
||||
from mhapi.web.wsgi import application
|
||||
|
||||
if __name__ == '__main__':
|
||||
WSGIServer(application).run()
|
||||
Reference in New Issue
Block a user