lwan/lwan/lwan.conf
Aleksander Cynarski 54f40f4b18
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2020-10-10 17:01:46 +02:00

13 lines
205 B
Plaintext

keep_alive_timeout = 15
quiet = false
reuse_port = false
expires = 1M 1w
threads = 0
listener *:8080 {
serve_files / {
path = ./wwwroot
serve precompressed files = true
}
}