Skip to content

Commit

Permalink
Added fcgi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Randati committed Mar 30, 2014
1 parent 4d451e8 commit d51755e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/fc00.fcgi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python

from flup.server.fcgi import WSGIServer
from web import app

if __name__ == '__main__':
WSGIServer(app).run()

0 comments on commit d51755e

Please sign in to comment.