Skip to content

Commit

Permalink
use 301 redirect
Browse files Browse the repository at this point in the history
Signed-off-by: chang-ning <[email protected]>
  • Loading branch information
crazyguitar committed Dec 21, 2018
1 parent d6fcef2 commit 3f4b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def find_key(token):
)

if "DYNO" in os.environ:
sslify = SSLify(app, skips=[".well-known"])
sslify = SSLify(app, permanent=True, skips=[".well-known"])


@app.errorhandler(404)
Expand Down

0 comments on commit 3f4b92f

Please sign in to comment.