Configure backend proxy for remote deployment

This commit is contained in:
faligam
2026-09-06 16:52:21 +02:00
parent 37636e144b
commit fac3d1ce2c
4 changed files with 18 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
:443 {
handle_path /api/* {
reverse_proxy {$NSCT_API_UPSTREAM}
}
}
reverse_proxy web:3000
@@ -48,7 +48,7 @@
:80 {
handle_path /api/* {
reverse_proxy {$NSCT_API_UPSTREAM}
}
}
reverse_proxy web:3000