check in docker specific wsgi file

This commit is contained in:
hankhill19580
2020-09-23 23:32:55 +00:00
parent 12a3b8eba2
commit b54fe6bbba
2 changed files with 8 additions and 3 deletions

5
etc/docker.wsgi.i2p Normal file
View File

@@ -0,0 +1,5 @@
import sys
activate_this = '/var/www/i2p.www/env/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
sys.path.insert(0, '/var/www/i2p.www')
from i2p2www import app as application