Added FastCGI wrapper based on flipflop
This commit is contained in:
parent
2ef757b74b
commit
89b0b7ed71
6
schort.fcgi
Executable file
6
schort.fcgi
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
from flipflop import WSGIServer
|
||||
from schort import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
WSGIServer(app).run()
|
Loading…
Reference in a new issue