fix: serve dist at nginx root, remove /lnbox/ redirect in container
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Upstream proxy strips /lnbox/ prefix via proxy_pass, so container nginx receives requests at /. Old config caused infinite redirect loop.
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
lnbox:
|
||||
image: harbor.lnh2e.com/lingniu-v1/lnbox:main-0.0.0
|
||||
ports:
|
||||
- "8029:80"
|
||||
- "8030:80"
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
|
||||
Reference in New Issue
Block a user