mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-08-14 05:28:10 +00:00
Added fcgi file
This commit is contained in:
7
web/fc00.fcgi
Executable file
7
web/fc00.fcgi
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
from flup.server.fcgi import WSGIServer
|
||||||
|
from web import app
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
WSGIServer(app).run()
|
Reference in New Issue
Block a user