Merge changes from creation of new python app on server

This commit is contained in:
2024-04-28 22:52:13 +01:00
parent bbb7800dc8
commit fbc0ef214d
5 changed files with 1174 additions and 0 deletions

Binary file not shown.

Binary file not shown.

9
passenger_wsgi.py Normal file
View File

@@ -0,0 +1,9 @@
import imp
import os
import sys
sys.path.insert(0, os.path.dirname(__file__))
wsgi = imp.load_source('wsgi', 'app.py')
application = wsgi.application

1165
stderr.log Normal file

File diff suppressed because it is too large Load Diff

0
tmp/restart.txt Normal file
View File