add favicon
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user