mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
14 lines
No EOL
382 B
Caddyfile
14 lines
No EOL
382 B
Caddyfile
lg.example.com:443 {
|
|
tls person@example.com
|
|
file_server {
|
|
root /etc/hyperglass/static/ui
|
|
index /etc/hyperglass/static/ui/index.html
|
|
}
|
|
file_server /custom {
|
|
root /etc/hyperglass/static/custom
|
|
}
|
|
file_server /images {
|
|
root /etc/hyperglass/static/images
|
|
}
|
|
reverse_proxy localhost:8001
|
|
} |