From 408dec030fb66ab23378501a2571857241b8103c Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 8 Nov 2018 15:05:44 +0100 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 b5f9bdd..9c23714 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ # static files location ^~ /loleaflet { - proxy_pass https://localhost:__PORT__; + proxy_pass http://localhost:__PORT__; proxy_set_header Host $http_host; } @@ -12,7 +12,7 @@ location ^~ /hosting/discovery { # websockets, download, presentation and image upload location ^~ /lool { - proxy_pass https://localhost:__PORT__; + proxy_pass http://localhost:__PORT__; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host;