From d275555674de127c633d63a044c73bd015cf7386 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 23 Jul 2018 20:47:24 +0530 Subject: [PATCH] Nginx typo fix --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 764899a..693515a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -} + location __PATH__/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;