16 lines
185 B
Caddyfile
16 lines
185 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:8000 {
|
|
handle_path /static/* {
|
|
root * static
|
|
file_server browse
|
|
}
|
|
handle /robots.txt {
|
|
root * games/static
|
|
file_server browse
|
|
}
|
|
reverse_proxy :8001
|
|
}
|