Fix path in example conf

personal/stbuehler/wip
Stefan Bühler 13 years ago
parent c89c194deb
commit 64cb4d81e8

@ -13,7 +13,7 @@ setup {
accesslog = "/var/log/lighttpd2/access.log";
accesslog.format = "%h %V %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"";
include "/etc/sv/lighttpd2/mimetypes.conf";
include "/etc/lighttpd2/mimetypes.conf";
static.exclude_extensions = ( ".php", ".pl", ".fcgi", "~", ".inc" );

Loading…
Cancel
Save