Hello,
Two Question please:
- Site was created with Nginx Fastcgi cache, so, do you recommend to us W3 Total cache for Object cache, Data cache and Page cache?
2.After install W3 total, there is a Nginx.conf automatically created by W3 total cache in the directory at /var/www/mysite.com/htdocs/nginx.conf, but the content of /etc/nginx/sites-available/site.tld looks as below:
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 just suppose that nginx.conf created by W3 Total cache has not been included in sites-available.
**how to check if that nginx.conf was already properly included?
or is there any other custom Nginx directory by Wordops?**