From 74779fc4885178e78835e6bf51b8c1065881b146 Mon Sep 17 00:00:00 2001 From: tdvantine <56764154+tdvantine@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:25:10 -0700 Subject: [PATCH] Update Recipes.conf --- nginx/conf.d/Recipes.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/conf.d/Recipes.conf b/nginx/conf.d/Recipes.conf index dd0216362..314fbe9fa 100644 --- a/nginx/conf.d/Recipes.conf +++ b/nginx/conf.d/Recipes.conf @@ -10,7 +10,7 @@ server { } # pass requests for dynamic content to gunicorn location / { - proxy_set_header Host $host; + proxy_set_header Host $http_host; proxy_pass http://web_recipes:8080; } -} \ No newline at end of file +}