Skip to content

Commit

Permalink
Disable ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Jul 16, 2016
1 parent 3167a1c commit 706ea0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
ROOT = os.path.join(DIR, 'docs', '_build', 'html')

app = Flask(__name__)
if 'DYNO' in os.environ:
sslify = SSLify(app)
#if 'DYNO' in os.environ:
# sslify = SSLify(app)

@app.route('/<path:path>')
def static_proxy(path):
Expand Down

0 comments on commit 706ea0d

Please sign in to comment.