Skip to content

Commit

Permalink
Use X-Forwarded host
Browse files Browse the repository at this point in the history
  • Loading branch information
joneskoo committed May 28, 2012
1 parent 52cbca8 commit f6e130d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vahti/conf/prod.py
Expand Up @@ -34,6 +34,8 @@
# Example: "http://media.lawrence.com/static/"
STATIC_URL = 'https://joneskoo.kapsi.fi/vahti-static/'

USE_X_FORWARDED_HOST = True

# Private constants
with open(os.path.join(os.path.dirname(__file__), 'private.json')) as f:
private = json.load(f)
Expand Down

0 comments on commit f6e130d

Please sign in to comment.