9 lines
135 B
Caddyfile
9 lines
135 B
Caddyfile
{
|
|
admin :2019
|
|
auto_https off
|
|
}
|
|
|
|
http:// {
|
|
reverse_profile /socket.io/* localhost:8000
|
|
reverse_proxy /* localhost:8000
|
|
} |