remove unused FastCGI configuration file

This commit is contained in:
Kristjan Komlosi
2020-07-13 11:55:21 +02:00
parent f20dd30292
commit 7a3877b34b

View File

@@ -1,7 +0,0 @@
#!/usr/bin/python3
# Minimal flup configuration for Flask
from flup.server.fcgi import WSGIServer
from app import app
if __name__ == '__main__':
WSGIServer(app, bindAddress='/var/www/api/terahz.sock').run()