update gui

This commit is contained in:
2026-07-28 21:11:54 -05:00
parent 6c4ce8f6df
commit 555aae0ab2
12 changed files with 71 additions and 58 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ server {
add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always;
location / {
# Resolve at request time so Gitea-only bootstrap works before the
# Resolve at request time so Git-only bootstrap works before the
# broker container exists. Requests return 502 until broker setup ends.
set $broker_backend_url http://broker:8080;
proxy_pass $broker_backend_url;