Fixes for setting ttl

This commit is contained in:
Zach Brown
2024-04-13 13:09:54 +00:00
parent 817970bb71
commit 723b69f662
4 changed files with 14 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ server.modules = (
"mod_authn_file",
)
server.username = "nobody"
server.username = "www-data"
server.groupname = "dialout"
server.port = 80