Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Disable SSL for default run
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Sadeghi committed Jan 19, 2016
1 parent 8e16afa commit 2dac6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
daemon = False

# Comment only for development. Use your own certificates here.
keyfile = 'server.key'
certfile = 'server.crt'
#keyfile = 'server.key'
#certfile = 'server.crt'

# Application log level
loglevel = 'debug'

0 comments on commit 2dac6eb

Please sign in to comment.