mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
17 lines
139 B
Caddyfile
17 lines
139 B
Caddyfile
localhost {
|
|
log
|
|
|
|
reverse_proxy * firezone:13000
|
|
|
|
encode gzip
|
|
|
|
tls internal
|
|
}
|
|
|
|
:8443 {
|
|
handle /hello {
|
|
respond "HELLO
|
|
"
|
|
}
|
|
}
|