From 173eaf44a0d200d6188d8294db439df2faf1b490 Mon Sep 17 00:00:00 2001 From: tandy1000 Date: Wed, 7 Jul 2021 19:10:19 +0100 Subject: [PATCH] Add fix for no image on recipe page https://github.com/vabene1111/recipes/issues/470#issuecomment-787210414 --- docs/install/manual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install/manual.md b/docs/install/manual.md index fe1f25da..a310a16c 100644 --- a/docs/install/manual.md +++ b/docs/install/manual.md @@ -119,6 +119,7 @@ server { } location / { + proxy_set_header Host $http_host; proxy_pass http://unix:/var/www/recipes/recipes.sock; } }