One day the docker stuff will work.

This commit is contained in:
Drew Larson
2017-01-15 19:39:17 -06:00
parent de7a4b6d46
commit 6c13d4be8c
3 changed files with 9 additions and 2 deletions
+4
View File
@@ -33,6 +33,10 @@ server {
try_files $uri @proxy_to_app;
}
location /static {
root /code/static;
}
location @proxy_to_app {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# enable this if and only if you use HTTPS