Fix missing } in example_nginx.conf (#6027)

This commit is contained in:
Remy Jette
2026-03-10 03:38:02 -07:00
committed by GitHub
parent 2c279cef09
commit fd81553420

View File

@@ -61,5 +61,6 @@ http {
location = /favicon.ico {
alias /app/WebHostLib/static/static/favicon.ico;
access_log off;
}
}
}