Last active
April 23, 2019 15:06
-
-
Save descovi/da964c7ea589618c84e78a432c42a61a to your computer and use it in GitHub Desktop.
nginx cache - errato (include anche .json) - appunto per giacomo configurazione nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location ~* \.(png|jpg|jpeg|js|css|svg) { | |
expires max; | |
gzip_static on; | |
add_header Cache-Control public; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment