Blob Blame History Raw
--- 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"
 
--- 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.
--- doc/config/lighttpd.conf~	2024-03-13 16:30:25.802182209 -0500
+++ doc/config/lighttpd.conf	2024-03-13 16:42:06.747156691 -0500
@@ -435,7 +435,7 @@
 ##   # (use single quotes with: openssl ciphers -v '...'
 ##   #  as your shell won't like ! in double quotes)
 ##   #ssl.openssl.ssl-conf-cmd +=
-##   #  ("CipherString" => "EECDH+AESGCM:CHACHA20:!PSK:!DHE")   # default
+##   #  ("CipherString" => "PROFILE=SYSTEM")   # default
 ##
 ##   # (recommended to accept only TLSv1.2 and TLSv1.3)
 ##   #ssl.openssl.ssl-conf-cmd += ("MinProtocol" => "TLSv1.2")  # default