From 430db6a55226ea4a9c33e322edc4a3a7b325393c Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Thu, 27 Sep 2018 19:24:10 +0000 Subject: complications with the way guix builds are made lead me to work on the content of etc in a copied, not symlinked location. Signed-off-by: Nils Gillmann --- guix/etc/nginx/proxy_params | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 guix/etc/nginx/proxy_params (limited to 'guix/etc/nginx/proxy_params') diff --git a/guix/etc/nginx/proxy_params b/guix/etc/nginx/proxy_params new file mode 100644 index 0000000..df75bc5 --- /dev/null +++ b/guix/etc/nginx/proxy_params @@ -0,0 +1,4 @@ +proxy_set_header Host $http_host; +proxy_set_header X-Real-IP $remote_addr; +proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; +proxy_set_header X-Forwarded-Proto $scheme; -- cgit v1.2.3