···11domain = "example.org"
22-port = 8000
32#legal_notice_url = "https://example.org/legal"
43# if you want to log HTTP 404 responses
54#log_not_found = true
65# if you want to log HTTP 400 responses
76#log_bad_request = true
77+88+[listen]
99+tcp = ":8000"
1010+# if you want to use a unix socket instead
1111+#unix = "/run/lasad.sock"
1212+# if you want to use FastCGI instead of HTTP
1313+#fastcgi = true
814915# if you are using redis
1016#[cache]