Skip to navigation
Simple wsgi with flask
12.05.18
1. create a wsgi file hello.wsgi inside the flask project #!/usr/bin/python import sys sys.path.insert(1,"/var/customers/webs/addax/") from mainx import app as application 2. in apache conf file add this line: WSGIScriptAlias / /var/customers/webs/addax/hello.wsgi
Reply
Anonymous
Information Epoch 1740367181
Code that is graceful and clear is less likely to break.
Home
Notebook
Contact us