mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
localhost in nginx config
This commit is contained in:
@@ -19,7 +19,7 @@ server {
|
|||||||
# pass requests for dynamic content to gunicorn
|
# pass requests for dynamic content to gunicorn
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_pass http://web_recipes:8080;
|
proxy_pass http://localhost:8080;
|
||||||
|
|
||||||
error_page 502 /errors/http502.html;
|
error_page 502 /errors/http502.html;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user