mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
18 lines
275 B
Caddyfile
18 lines
275 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
localhost:3449 {
|
|
reverse_proxy localhost:4449
|
|
tls /home/selfsigned.crt /home/selfsigned.key
|
|
header -Strict-Transport-Security
|
|
}
|
|
|
|
http://localhost:3450 {
|
|
reverse_proxy localhost:4449
|
|
}
|
|
|
|
http://penpot-devenv-main:3450 {
|
|
reverse_proxy localhost:4449
|
|
}
|