mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
13 lines
183 B
Caddyfile
13 lines
183 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
|
|
}
|