mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
Added fcgi file
This commit is contained in:
parent
4d451e8825
commit
d51755e097
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()
|
Loading…
Reference in New Issue
Block a user