From cb3e06bf6403b69c5ed542cf7c0ad82f59f6b912 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 19 May 2025 10:28:34 +0200 Subject: [PATCH] Fix: root file location --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 2b7a475..5b7ce7a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -13,7 +13,7 @@ server { gunzip on; client_max_body_size 256M; - root /usr/share/nginx/html; + root /usr/share/nginx/html/browser; location / { try_files $uri $uri/ /index.html =404;