Footer. Information about Breaking Changes and reference issues that this commit closes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
drymer 2020-08-27 19:45:35 +02:00
parent ec77b1b5f9
commit 42dc26d4b0
Signed by: drymer
GPG key ID: A307D64D5DDFDAAD

View file

@ -10,15 +10,8 @@ server {
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ {
expires 30d;
}
location ~* \.(css|js)$ {
expires 7d;
}
}