Skip to content

Commit

Permalink
fix deprecations lighttp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 27, 2023
1 parent 332b239 commit a08f018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/sampleconfigs/lighttpd.conf.buster-default.sample
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ index-file.names = ( "index.php", "index.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )

compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
deflate.cache-dir = "/var/cache/lighttpd/compress/"
deflate.mimetype s = ( "application/javascript", "text/css", "text/html", "text/plain" )

# default listening port for IPv6 falls back to the IPv4 port
include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
Expand All @@ -45,7 +45,7 @@ include "/etc/lighttpd/conf-enabled/*.conf"

#server.compat-module-load = "disable"
server.modules += (
"mod_compress",
"mod_deflate",
"mod_dirlisting",
"mod_staticfile",
)

0 comments on commit a08f018

Please sign in to comment.