Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site.domain returns 127.0.0.1 behind Nginx #19

Merged
merged 3 commits into from
Apr 25, 2014
Merged

Site.domain returns 127.0.0.1 behind Nginx #19

merged 3 commits into from
Apr 25, 2014

Commits on Apr 25, 2014

  1. Fixed an issue where site.domain returned 127.0.0.1 rather than the…

    … URL in the email subject and template. This is an issue when running uwsgi/Gunicorn behind a proxy server like Nginx. Now we allow `site.domain` to be obtained from the database value first (if it exists) then from the url if it doesn't.
    dereknutile committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    98e38ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2802c28 View commit details
    Browse the repository at this point in the history
  3. get_site() documentation.

    dereknutile committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    219355f View commit details
    Browse the repository at this point in the history