Skip to content

Commit 989aae0

Browse files
committed
statistics: WSGIScriptAlias renamed from /server to /afstatsrv
Simple "server" is too common, there can be already one configured.
1 parent 4ccdffa commit 989aae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache_local/sites-enabled/000-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DocumentRoot /data
44

55
WSGIScriptAlias /wsgi /data/var/test_site/wsgi.py
6-
WSGIScriptAlias /server /data/cgru/afanasy/statistics/afstatsrv.py
6+
WSGIScriptAlias /afstatsrv /data/cgru/afanasy/statistics/afstatsrv.py
77
WSGIPassAuthorization On
88

99
ErrorLog ${APACHE_LOG_DIR}/error.log

0 commit comments

Comments
 (0)