8 lines
138 B
Text
8 lines
138 B
Text
|
|
# Homelab landing page — LAN only (UFW allows 80 from LAN)
|
||
|
|
:80 {
|
||
|
|
root * /srv
|
||
|
|
encode gzip
|
||
|
|
file_server
|
||
|
|
try_files {path} /index.html
|
||
|
|
}
|