]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-lighttpd.conf
install res/ dir
[packages/eventum.git] / eventum-lighttpd.conf
index 7ca717c21c069a475069fe3749ac2f42f89939af..3746b23828b01ca140f26db9413fb038c226371f 100644 (file)
 #      }
 #}
 
+# HTTP Strict Transport Security (HSTS) headers on https addresses
+#$SERVER["socket"] == ":443" {
+#      # HSTS (mod_setenv is required) (15768000 seconds = 6 months)
+#      setenv.add-response-header += ( "Strict-Transport-Security" => "max-age=15768000" )
+#}
+
 # running as alias, part 1
 alias.url += (
        "/eventum" => "/usr/share/eventum/htdocs",
@@ -19,7 +25,7 @@ alias.url += (
 
 # running as separate vhost, part 1
 #$HTTP["host"] == "eventum.example.org" {
-#    server.document-root = "/usr/share/eventum/htdocs",
+#      server.document-root = "/usr/share/eventum/htdocs",
 #}
 
 # running as alias, part 2
This page took 0.144393 seconds and 4 git commands to generate.