fix stats nginx server
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 27s
Container Publish / build-image (amd64) (push) Successful in 1m9s
Container Publish / update docker manifest (push) Successful in 17s

This commit is contained in:
2025-07-30 14:41:16 +02:00
parent f91afcfb4f
commit c27fb9d71e

View File

@@ -155,7 +155,7 @@ server {
listen [::]:${STATS_PORT} default_server; listen [::]:${STATS_PORT} default_server;
root /data/stats; root /data/stats;
location / { location = / {
index index.html; index index.html;
try_files /index.html =404; try_files /index.html =404;
} }