5 lines
68 B
Caddyfile
5 lines
68 B
Caddyfile
|
|
{$DOMAIN:localhost} {
|
||
|
|
reverse_proxy guildlib:3000
|
||
|
|
encode gzip
|
||
|
|
}
|