fix stats nginx server
All checks were successful
All checks were successful
This commit is contained in:
@@ -155,7 +155,7 @@ server {
|
||||
listen [::]:${STATS_PORT} default_server;
|
||||
root /data/stats;
|
||||
|
||||
location / {
|
||||
location = / {
|
||||
index index.html;
|
||||
try_files /index.html =404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user