diff options
| author | Horus | 2016-10-04 12:40:29 +0200 |
|---|---|---|
| committer | Horus | 2016-10-04 12:40:29 +0200 |
| commit | 0a9701e6ab5c902e389fd3a620c207b64b53a7c4 (patch) | |
| tree | 68b09c07b60e597af42f981a4b4844e05cd0b860 /resources | |
| parent | c5e40da3c64eaecaa21b327f3211ae47ef4e4b07 (diff) | |
| download | gospeladlershof.de-0a9701e6ab5c902e389fd3a620c207b64b53a7c4.tar.gz | |
Comments...
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/intern.gospeladlershof.conf | 6 | ||||
| -rw-r--r-- | resources/www.gospeladlershof.conf | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/resources/intern.gospeladlershof.conf b/resources/intern.gospeladlershof.conf index 13e3f03..72654ab 100644 --- a/resources/intern.gospeladlershof.conf +++ b/resources/intern.gospeladlershof.conf @@ -44,10 +44,10 @@ server { error_page 404 /404.html; - # Solange wir keine ordentlichen Bilder haben wird nichts gecacht. - #location ~* \.(jpe?g|png|gif|css|js|swf|txt|ico|woff2?|ttf|svg)$ { + location ~* \.(jpe?g|png|gif|css|js|swf|txt|ico|woff2?|ttf|svg)$ { # expires 365d; - #} + expires 10m; + } location ~* ^/favicon.ico$ {} diff --git a/resources/www.gospeladlershof.conf b/resources/www.gospeladlershof.conf index c136655..0a3ac92 100644 --- a/resources/www.gospeladlershof.conf +++ b/resources/www.gospeladlershof.conf @@ -26,6 +26,7 @@ server { error_page 404 /404.html; + # Solange wir keine ordentlichen Bilder haben wird nichts richtig gecacht. location ~* \.(jpe?g|png|gif|css|js|swf|txt|ico|woff2?|ttf|svg)$ { # expires 365d; expires 10m; |
