diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 16763f3cd..a2db2bebb 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md @@ -202,7 +202,7 @@ MDPrivateKeys RSA 4096 - + Require all denied @@ -212,7 +212,7 @@ MDPrivateKeys RSA 4096 Require all granted - + # allow client-side caching of static files Header set Cache-Control "max-age=2628000, public, must-revalidate, proxy-revalidate" @@ -319,7 +319,7 @@ server { } # allow client-side caching of static files - location ~* \.(?:ico|css|js|gif|jpe?g|png|ttf|oet|woff2?)$ { + location ~* \.(?:ico|css|js|gif|jpe?g|png|svg|ttf|oet|woff2?)$ { expires max; add_header Cache-Control "public, must-revalidate, proxy-revalidate"; # HTTP 1.0 compatibility