mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
Add fix for no image on recipe page
https://github.com/vabene1111/recipes/issues/470#issuecomment-787210414
This commit is contained in:
@@ -119,6 +119,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_pass http://unix:/var/www/recipes/recipes.sock;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user