haproxy-wi/app/app.wsgi

5 lines
89 B
Python

import sys
sys.path.insert(0,"/var/www/haproxy-wi/")
from app import app as application