mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
12 lines
101 B
Caddyfile
12 lines
101 B
Caddyfile
go.localhost {
|
|
encode zstd gzip
|
|
|
|
# root * .
|
|
# file_server
|
|
|
|
reverse_proxy :8888
|
|
|
|
tls internal
|
|
}
|
|
|