X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;fp=etc%2Flighttpd%2Fvhosts%2Fstderr-nl;h=99b00a77de01bbc5177fbcaaef9eba017a1dcfd8;hb=818442a9ed320ab8feaba86ebf3c56f33a180683;hp=fd12de44c5401f904dd9b2315c236b9bfdf1151e;hpb=a7cb0f2ff41c84defa02182cb73eff7a74e3d817;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stderr-nl b/etc/lighttpd/vhosts/stderr-nl index fd12de4..99b00a7 100644 --- a/etc/lighttpd/vhosts/stderr-nl +++ b/etc/lighttpd/vhosts/stderr-nl @@ -108,4 +108,9 @@ $HTTP["host"] =~ ".stderr.nl$" { # Enable dirlistings for /tmp server.dir-listing = "enable" } + + $HTTP["host"] =~ "^apt.stderr.nl$" { + # Enable dirlistings for all of apt.stderr.nl + server.dir-listing = "enable" + } }