From a2d8b1fb33c024e1f15fa64ee7d6c228aa0a569b Mon Sep 17 00:00:00 2001 From: Selamanse Date: Wed, 19 Jul 2017 14:15:15 +0200 Subject: [PATCH] Remove unnessasary rewrite --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 8d24ce2..8f9ca12 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,4 @@ location ^~ #LOCATION# { - rewrite ^#PATH#$ #PATH#/ permanent; proxy_pass http://localhost:#PORT##PATH#; proxy_set_header Host $host; proxy_buffering off;