Fix gitea env + proposer modal + favicon/nginx — 2026-01-31
All checks were successful
CI / build-and-anchors (push) Successful in 1m31s
SMOKE / smoke (push) Successful in 24s

This commit is contained in:
archicratia
2026-01-31 16:33:13 +00:00
parent 60d88939b0
commit 7f871ca46f
14 changed files with 37 additions and 31 deletions

View File

@@ -9,6 +9,18 @@ server {
add_header X-Frame-Options SAMEORIGIN always;
add_header Referrer-Policy strict-origin-when-cross-origin always;
location = /favicon.ico {
try_files /favicon.ico =404;
access_log off;
log_not_found off;
}
location = /favicon.svg {
try_files /favicon.svg =404;
access_log off;
log_not_found off;
}
# Assets statiques (cache long)
location ~* \.(?:css|js|mjs|json|png|jpg|jpeg|gif|svg|webp|ico|woff2?|ttf|eot|wasm)$ {
try_files $uri =404;