Table of Contents
Description
- Removes
index.php
from permalinks when using WordPress with nginx. - Adds support for purging redis-cache when used as full-page cache created using nginx-srcache-module
- Adds support for nginx fastcgi_cache_purge & proxy_cache_purge directive from module. Provides settings so you can customize purging rules.
- Adds support for nginx
map{..}
on a WordPress-multisite network installation. Using it, Nginx can serve PHP file uploads even if PHP/MySQL crashes. Please check the tutorial list below for related Nginx configurations.
Tutorials
You will need to follow one or more tutorials below to get desired functionality:
Installation
Automatic Installation
- Log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
- In the search field type “Nginx Helper” and click Search Plugins. From the search results, pick Nginx Helper and click Install Now. WordPress will ask you to confirm to complete the installation.
Manual Installation
- Extract the zip file.
- Upload them to
/wp-content/plugins/
directory on your WordPress installation. - Then activate the Plugin from Plugins page.
For proper configuration, check out our tutorial list in the Description tab.
Plugin author
Plugin official website address
https://wordpress.org/plugins/nginx-helper/
If you encounter problems in using the Nginx Helper plugin, you can comment below, and I will try my best to help you solve the problem