Skip to content

Commit 706bf63

Browse files
committed
Update comment to allow use with mod_wsgi
perhaps? changing app to application for apache mod_wsgi is compatible with installation.txt's configs for apache.
1 parent 5c4dead commit 706bf63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontends/wsgi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
feature_flags = { "cache_tracker": "" }
1919

2020
# Definition signature for app: app(environ, start_response):
21+
# If using apache mod_wsgi change app to application.
2122
app = RequestDispatcher(tracker_home, feature_flags=feature_flags)

0 commit comments

Comments
 (0)