Add fix for no image on recipe page

https://github.com/vabene1111/recipes/issues/470#issuecomment-787210414
This commit is contained in:
tandy1000 2021-07-07 19:10:19 +01:00 committed by GitHub
parent 576c62b8a1
commit 173eaf44a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@ server {
} }
location / { location / {
proxy_set_header Host $http_host;
proxy_pass http://unix:/var/www/recipes/recipes.sock; proxy_pass http://unix:/var/www/recipes/recipes.sock;
} }
} }