diff --git a/game/web/apache_wsgi.conf b/game/web/apache_wsgi.conf index 19307143db..3828a82440 100644 --- a/game/web/apache_wsgi.conf +++ b/game/web/apache_wsgi.conf @@ -1,8 +1,7 @@ import os, sys # Calculate the path based on the location of the WSGI script. -apache_configuration= os.path.dirname(__file__) -web_dir = os.path.dirname(apache_configuration) +web_dir = os.path.dirname(__file__) workspace = os.path.dirname(os.path.dirname(web_dir)) sys.path.insert(0, workspace)