mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
fix: serve favicon.ico and favicon.svg from root URL via nginx
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -70,6 +70,18 @@ http {
|
||||
add_header Content-Type application/json;
|
||||
}
|
||||
|
||||
# ================================================================
|
||||
# Root favicon
|
||||
# ================================================================
|
||||
location = /favicon.ico {
|
||||
alias /usr/share/nginx/portal/favicon.ico;
|
||||
access_log off;
|
||||
}
|
||||
location = /favicon.svg {
|
||||
alias /usr/share/nginx/portal/favicon.svg;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
# ================================================================
|
||||
# Welcome portal (static HTML)
|
||||
# ================================================================
|
||||
|
||||
Reference in New Issue
Block a user