We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8cf56 commit 0ae8cfeCopy full SHA for 0ae8cfe
rocket-nginx.conf
@@ -155,7 +155,7 @@ add_header X-Rocket-Nginx-File $rocket_file;
155
###################################################################################################
156
# BROWSER CSS CACHE
157
#
158
-location ~ /wp-content/cache/min/.*\.css$ {
+location ~* \.css$ {
159
gzip_vary on;
160
expires max;
161
}
@@ -164,7 +164,7 @@ location ~ /wp-content/cache/min/.*\.css$ {
164
165
# BROWSER JS CACHE
166
167
-location ~ /wp-content/cache/min/.*\.js$ {
+location ~* \.js$ {
168
169
170
0 commit comments