mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
17 lines
252 B
Caddyfile
17 lines
252 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
localhost:3449 {
|
|
reverse_proxy localhost:4449
|
|
tls /home/selfsigned.crt /home/selfsigned.key
|
|
}
|
|
|
|
http://localhost:3450 {
|
|
reverse_proxy localhost:4449
|
|
}
|
|
|
|
http://penpot-devenv-main:3450 {
|
|
reverse_proxy localhost:4449
|
|
}
|