1
0
Fork 0

Fix: root file location

This commit is contained in:
Aroy-Art 2025-05-19 10:28:34 +02:00
parent db5c90d8ba
commit cb3e06bf64
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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;