This commit is contained in:
chk
2026-03-21 11:09:44 +01:00
parent fd89de5282
commit 52d6561385
22 changed files with 1819 additions and 1200 deletions

View File

@@ -10,6 +10,8 @@ server {
root /usr/share/nginx/html;
index index.html;
auth_request /nginxauth;
# UI / SPA
location / {
try_files $uri $uri/ /index.html;