Skip to content

Commit

Permalink
Merge pull request #2354 from jonashaag/patch-1
Browse files Browse the repository at this point in the history
Clarify comment in autogenerated sentry.conf.py
  • Loading branch information
mitsuhiko committed Nov 23, 2015
2 parents 4764331 + bf2ac80 commit 124cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/utils/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
# You MUST configure the absolute URI root for Sentry:
SENTRY_URL_PREFIX = 'http://sentry.example.com' # No trailing slash!
# If you're using a reverse proxy, you should enable the X-Forwarded-Proto
# If you're using a reverse SSL proxy, you should enable the X-Forwarded-Proto
# header and uncomment the following settings
# SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
# SESSION_COOKIE_SECURE = True
Expand Down

0 comments on commit 124cc7d

Please sign in to comment.