• Hello
    W3T had generate own nginx.conf and i see a syntax mistake

    nginx -t
    nginx: [emerg] unexpected "}" in /var/www/site/nginx.conf:55
    nginx: configuration file /etc/nginx/nginx.conf test failed

    into this code after xml_gzip has been forget a ‘;’

    location ~ /wp-content/cache/page_enhanced.*gzip$ {
        gzip off;
        types {
            text/xml xml_gzip
        }
Viewing 1 replies (of 1 total)
  • bgdstr

    (@bogdanstratulat)

    I am sorry for any inconnience, this issue has been fixed in the latest
    release (v 0.9.7) Please check and let us know if there is anything else
    that we can assist you with.

    Kind regards!
    Bogdan s.

Viewing 1 replies (of 1 total)
  • The topic ‘nginx config has mistake’ is closed to new replies.