Skip to content

Commit 5d95e7b

Browse files
ImTotemclaude
andcommitted
fix(infra): frontend upstream port 8080 → 3080
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1e0bcf9 commit 5d95e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/nginx/bcsd-api.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ upstream n8n {
1616
}
1717

1818
upstream frontend {
19-
server 127.0.0.1:8080;
19+
server 127.0.0.1:3080;
2020
}
2121

2222
# --- HTTP: ACME + redirect ---

0 commit comments

Comments
 (0)