--- doc/config/lighttpd.conf~ 2021-12-02 09:34:06.450352761 -0600 +++ doc/config/lighttpd.conf 2021-12-02 09:36:04.345770602 -0600 @@ -14,8 +14,8 @@ ## chroot example as well. ## var.log_root = "/var/log/lighttpd" -var.server_root = "/srv/www" -var.state_dir = "/run" +var.server_root = "/var/www" +var.state_dir = "/run/lighttpd" var.home_dir = "/var/lib/lighttpd" var.conf_dir = "/etc/lighttpd" @@ -436,7 +436,7 @@ ## # Check your cipher list with: openssl ciphers -v '...' ## # (use single quotes with: openssl ciphers -v '...' ## # as your shell won't like ! in double quotes) -## #ssl.cipher-list = "HIGH" # default +## #ssl.cipher-list = "PROFILE=SYSTEM" ## ## # (recommended to accept only TLSv1.2 and TLSv1.3) ## #ssl.openssl.ssl-conf-cmd = ("MinProtocol" => "TLSv1.2") # default --- doc/config/lighttpd.conf~ 2022-07-28 10:49:14.928564535 -0500 +++ doc/config/lighttpd.conf 2022-07-28 10:49:47.161444622 -0500 @@ -118,7 +118,7 @@ ## ## Document root ## -server.document-root = server_root + "/htdocs" +server.document-root = server_root + "/lighttpd" ## ## The value for the "Server:" response field.