Add proxypass to caddyfile on devenv (#7985)

This commit is contained in:
Pablo Alba
2025-12-22 09:21:22 +01:00
committed by GitHub
parent 13fcf3a9bb
commit 35fb376a78

View File

@@ -10,3 +10,7 @@ localhost:3449 {
http://localhost:3450 {
reverse_proxy localhost:4449
}
http://penpot-devenv-main:3450 {
reverse_proxy localhost:4449
}