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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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