Nginx.conf bug
-
Hi,
When I have page cache to disk enhanced enabled, w3 total cache creates nginx conf.
That nginx conf have a bug (lacking ; after “text/xml xml_gzip”) here:
location ~ /wp-content/cache/page_enhanced.*gzip$ {
gzip off;
types {
text/xml xml_gzip
}
default_type text/html;
expires modified 3600s;
add_header Vary “Accept-Encoding, Cookie”;
add_header Pragma “public”;
add_header Cache-Control “max-age=3600, public”;
add_header Content-Encoding gzip;
}
# END W3TC Page Cache cache
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Nginx.conf bug’ is closed to new replies.