X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ddde8689a601615b016a79b86a651ee668b1e601..91a6ed60c1004f2d88cd49e1b3f2e9ef75dabc07:/config/lighttpd.conf diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 80b941fa6..c1537edef 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -19,8 +19,8 @@ server.modules = ( 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 @@ -90,7 +90,7 @@ compress.filetype = ( # 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",