Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bafflingbug authored May 7, 2018
1 parent 8e3645f commit ca21446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
load_plugins(app)

if __name__ == '__main__':
from werkzeug.contrib.fixers import ProxyFix
app.wsgi_app = ProxyFix(app.wsgi_app)
app.run(debug=False, host='0.0.0.0', port=80)

0 comments on commit ca21446

Please sign in to comment.