add favicon

This commit is contained in:
2026-05-07 23:24:46 +03:30
parent 01e8711329
commit a9f237da8b
8 changed files with 19 additions and 1 deletions

View File

@@ -44,6 +44,13 @@ http {
monitor_cors "*";
}
location = /favicon.ico {
root /usr/local/nginx/html;
default_type image/x-icon;
access_log off;
add_header Cache-Control "public, max-age=86400";
}
location = / {
default_type text/plain;
return 200 "ngx_http_monitoring_module docker image\nopen /monitor for the dashboard\n";