From 2125f9d263d285534a4c237ef4794ed93e96ecc7 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Fri, 12 Nov 2021 09:03:17 +0100 Subject: [PATCH] goating there --- nginx/nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 135eb6f..77dbae2 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -43,8 +43,7 @@ http { alias /usr/share/nginx/html/buscribe; } location /buscribe { - root /usr/share/nginx/html/buscribe; - index index.html index.htm; + alias /usr/share/nginx/html/buscribe; } location /buscribe/loadingreadyrun/json { proxy_pass http://buscribeapilrr:8010/buscribe/json; }