Merge branch 'beta' into develop

This commit is contained in:
vabene1111
2021-02-15 21:02:12 +01:00

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;
}
}
}