From fd81553420297fbd74845bda76a9821d35d858ba Mon Sep 17 00:00:00 2001 From: Remy Jette Date: Tue, 10 Mar 2026 03:38:02 -0700 Subject: [PATCH] Fix missing } in example_nginx.conf (#6027) --- deploy/example_nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/example_nginx.conf b/deploy/example_nginx.conf index a4f042739c..d44d1ffbd1 100644 --- a/deploy/example_nginx.conf +++ b/deploy/example_nginx.conf @@ -61,5 +61,6 @@ http { location = /favicon.ico { alias /app/WebHostLib/static/static/favicon.ico; access_log off; + } } }