try update passenger_wsgi.py
This commit is contained in:
@@ -4,3 +4,4 @@ import importlib.util
|
||||
spec = importlib.util.spec_from_file_location("wsgi", "app.py")
|
||||
wsgi = importlib.util.module_from_spec(spec)
|
||||
spec.loader.exec_module(wsgi)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user