From 8e51aec792ed07bb50e9348b24677fddb2ee5f28 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Jun 2021 08:37:37 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 15a0a34..637119a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,9 +8,7 @@ location __PATH__/ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } -} -location __PATH__/demo/ { proxy_pass http://localhost:__PORT_WEB__; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;