latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

I want the Config of Quick Cache for Nginx

Home Forums Community Forum I want the Config of Quick Cache for Nginx

Tagged: ,

This topic contains 0 replies, has 1 voice. Last updated by  Toufiq Hassan 3 years, 9 months ago.

Topic Author Topic
Posted: Wednesday Apr 10th, 2013 at 3:20 am #47036

i have moved my server from apache to Nginx. I am using Quick Cache with nginx Compatibility plugin. The cache is generating in cache folder, but the problem is due to misconfig in .conf file, the cache is not showing. its only generating..

Please help me by giving a proper config

I am using ”

# all other requests go to WordPress
if (!-e $request_filename) {
rewrite . /index.php last;
}

}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}

location ~ .php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}

}

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.