Mercurial > hg > rlgallery-misc
diff lighttpd/rlgallery.conf @ 98:36d6787f7aed
Small website updates.
author | John "Elwin" Edwards |
---|---|
date | Tue, 02 Nov 2021 21:10:10 -0400 |
parents | 716f8305d412 |
children | 801ec25cc0af |
line wrap: on
line diff
--- a/lighttpd/rlgallery.conf Mon Apr 05 21:57:20 2021 -0400 +++ b/lighttpd/rlgallery.conf Tue Nov 02 21:10:10 2021 -0400 @@ -10,7 +10,7 @@ "index.xhtml", "index.html", "index.htm", "index.cgi" ) -server.modules += ( "mod_cgi", "mod_redirect", "mod_setenv" ) +server.modules += ( "mod_cgi", "mod_setenv", "mod_redirect" ) cgi.assign = ( ".cgi" => "" ) @@ -32,6 +32,10 @@ "LC_CTYPE" => "en_US.utf8" ) +setenv.add-response-header = ( + "Permissions-Policy" => "interest-cohort=()" +) + # Turn on directory listing where it is needed $HTTP["url"] =~ "^/files/" { dir-listing.activate = "enable"