server.username = "www-data"
server.groupname = "www-data"
server.pid-file = "/var/run/lighttpd.pid"
-
server.max-fds = 8192
+server.reject-expect-100-with-417 = "disable"
#
# Setup logging
# Set expiry for static content
#
expire.url = (
- "/export/" => "access 7 days",
+ "/export/embed.html" => "access 7 days",
"/images/" => "access 10 years",
"/javascripts/" => "access 10 years",
"/openlayers/" => "access 7 days",