Skip to content

Commit

Permalink
Merge pull request #154 from google/103-move-wsgi-into-package
Browse files Browse the repository at this point in the history
Move wsgi into the package
  • Loading branch information
berggren committed Dec 5, 2015
2 parents 2c09766 + e9b7083 commit 776d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi.py → timesketch/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""This module is for creating the app for a WSGI server.
Example with Gunicorn:
$ gunicorn -b 127.0.0.1:4000 --log-file --timeout 120 - wsgi:application
gunicorn -b 127.0.0.1:80 --log-file - --timeout 120 timesketch.wsgi:application
Example configuration for Apache with mod_wsgi (a2enmod mod_wsgi):
<VirtualHost *:443>
Expand Down

0 comments on commit 776d8fe

Please sign in to comment.