9 lines
122 B
Caddyfile
9 lines
122 B
Caddyfile
www.nomadro.com {
|
|
redir https://nomadro.com{uri} permanent
|
|
}
|
|
|
|
nomadro.com {
|
|
encode gzip
|
|
reverse_proxy 127.0.0.1:4003
|
|
}
|