9 lines
80 B
Caddyfile
9 lines
80 B
Caddyfile
{
|
|
admin off
|
|
persist_config off
|
|
}
|
|
|
|
:80 :3170 {
|
|
reverse_proxy localhost:8080
|
|
}
|