Update Recipes.conf

This commit is contained in:
tdvantine
2021-02-15 10:25:10 -07:00
committed by GitHub
parent 103878e107
commit 74779fc488

View File

@@ -10,7 +10,7 @@ server {
}
# pass requests for dynamic content to gunicorn
location / {
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_pass http://web_recipes:8080;
}
}
}