From a4c52f9b3b4d5200e16109089ecea3dff3bfa822 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 22 Oct 2020 21:00:05 +0200 Subject: [PATCH] Fix Decidim HTTP proxy --- lxc-apps/decidim/image.d/etc/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc-apps/decidim/image.d/etc/nginx/nginx.conf b/lxc-apps/decidim/image.d/etc/nginx/nginx.conf index 885f09f..ef555fa 100644 --- a/lxc-apps/decidim/image.d/etc/nginx/nginx.conf +++ b/lxc-apps/decidim/image.d/etc/nginx/nginx.conf @@ -26,6 +26,7 @@ http { server_name localhost; passenger_enabled on; + passenger_set_header Host $http_x_forwarded_host; rails_env production; root /srv/decidim-app/public;