From 9d82d51b98be5d7614519973c59f60585b083d79 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 10 Apr 2019 11:46:57 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b218038..7f2baa4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ } location __PATH__/ { - proxy_pass http://127.0.0.1:__PORT__; + proxy_pass http://127.0.0.1:9090; proxy_http_version 1.1; proxy_buffering off; proxy_set_header X-Real-IP $remote_addr; @@ -22,4 +22,4 @@ location __PATH__/ { } # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; \ No newline at end of file + include conf.d/yunohost_panel.conf.inc;