Update example.nginx

This commit is contained in:
Kainoa Kanter 2022-03-15 22:32:58 -07:00 committed by GitHub
parent 856c8644e2
commit 88b4627f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ server {
proxy_set_header Host $host;
}
location ~* \.(png|jpg|jpeg|gif)$ {
expires 365d;
add_header Cache-Control "public, no-transform";
}
expires 30d;
add_header Cache-Control "public, no-transform";