Add fix for no image on recipe page
https://github.com/vabene1111/recipes/issues/470#issuecomment-787210414
This commit is contained in:
parent
576c62b8a1
commit
173eaf44a0
@ -119,6 +119,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_pass http://unix:/var/www/recipes/recipes.sock;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user