mirror of https://github.com/penpot/penpot.git
✨ Add proxypass to caddyfile on devenv (#7985)
This commit is contained in:
parent
13fcf3a9bb
commit
35fb376a78
|
|
@ -10,3 +10,7 @@ localhost:3449 {
|
|||
http://localhost:3450 {
|
||||
reverse_proxy localhost:4449
|
||||
}
|
||||
|
||||
http://penpot-devenv-main:3450 {
|
||||
reverse_proxy localhost:4449
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue