From 88a531099471693130192b4e892eb232ab445f1b Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 18 Mar 2025 21:49:31 +0100 Subject: [PATCH] nginx vhost --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c79a7f8..f0fb473 100644 --- a/Readme.md +++ b/Readme.md @@ -210,7 +210,7 @@ server { } location / { - alias /opt/glitchtip/glitchtip-backend/static/; + alias /opt/glitchtip/glitchtip-backend/static/browser/; try_files $uri $uri/index.html /index.html; expires 1h; add_header Pragma public;