You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're going -> apache -> nginx -> php5-fpm/gunicorn, which means nginx needs to know the real hostname (because I can't be bothered to put them in headers). It'd be better to put nginx first, and have apache used only for specific URLs.
Also add a non-HTTPS server in nginx for loopback.
The text was updated successfully, but these errors were encountered:
Currently we're going -> apache -> nginx -> php5-fpm/gunicorn, which means nginx needs to know the real hostname (because I can't be bothered to put them in headers). It'd be better to put nginx first, and have apache used only for specific URLs.
Also add a non-HTTPS server in nginx for loopback.
The text was updated successfully, but these errors were encountered: