From c0d50a8a9a1f13f6d8f5609a443abdd34be8c394 Mon Sep 17 00:00:00 2001 From: "nise.moe" Date: Sat, 8 Jun 2024 15:25:39 +0200 Subject: [PATCH] Removed openresty stuff --- nise-frontend/nginx.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nise-frontend/nginx.conf b/nise-frontend/nginx.conf index 0c8f3b4..1f0af5b 100644 --- a/nise-frontend/nginx.conf +++ b/nise-frontend/nginx.conf @@ -8,10 +8,7 @@ server { listen 80; - resolver local=on ipv6=off; - resolver_timeout 5s; - - root /usr/share/nginx/html; + root /usr/share/nginx/html/browser; location ~ /index.html { add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';