Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #76449
    alex
    Guest

    Hello,

    After setup, there is a message:

    ‘nginx.conf rules have been updated. Please restart nginx server to provide a consistent user experience. ‘

    I know there is nginx.conf created by W3 in site root of /var/www/mysite.net/htdocs/nginx.conf, I checked etc/nginx/nginx.conf, but, I did not found the nginx.conf by W3 was included.

    We are using a tool of wordops to create site(wordops.net), and here is the block in /etc/nginx/sites-available/site.tld

    server {

        # Uncomment the following line for domain mapping

        # listen 80 default_server;

        server_name mysite.com *.mysite.com;

        # Uncomment the following line for domain mapping

        #server_name_in_redirect off;

        access_log /var/log/nginx/mysite.com.access.log rt_cache;

        error_log /var/log/nginx/mysite.com.error.log;

        root /var/www/mysite.com/htdocs;

        index index.php index.html index.htm;

        include common/wpfc-php81.conf;

        include common/wpsubdir.conf;

        include common/wpcommon-php81.conf;

        include common/locations-wo.conf;

        include /var/www/mysite.com/conf/nginx/*.conf;

    }

    I checked all of conf files, but I did not find there is a conf related to W3 Total cache.

    I also check the online documentation at https://www.boldgrid.com/support/w3-total-cache/, but did not found useful information.

    So, questions please?

    Nginx.conf create by W3 will automatically included in Nginx configuration? if yes, which directory please?

    If not, what should I do for proper configuration and avoid potential issue please?

    Thanks so much.

    #76482
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    I’ve replied to the W3 Total Cache forum topic you opened on wp.org.
    Please continue the correspondence there so we can avoid duplicating the answers.

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Setup with Nginx’ is closed to new replies.