Nginx Website Tools in Enhance UI
Websites hosted on an Nginx webserver can leverage the following tools for improved performance and functionality:
FastCGI Caching
Maintains a static cache of rendered pages to bypass PHP, enhancing website performance.
Steps to Configure:
- Go to Websites in the left menu.
- Select the desired website.
- Open Developer Tools and locate the Nginx card.
- Choose the domain and adjust settings as needed.
Cache Exclusion
Excludes specific paths (e.g., /wp-admin
) or patterns (^wp
) from caching to ensure dynamic behavior.
Steps to Configure:
- Go to Websites in the left menu.
- Select the desired website.
- Open Developer Tools and locate the Nginx card.
- Choose the domain and add paths or patterns for exclusion.
URL Rewriting
Allows redirection of paths to PHP scripts when files do not exist, useful for permalinks (e.g., WordPress).
Steps to Configure:
- Go to Websites in the left menu.
- Select the desired website.
- Open Developer Tools and locate the Nginx card.
- Select the domain and set up rewriting rules.
Purge Cache
Clears all currently cached pages.
Steps to Purge Cache:
- Go to Websites in the left menu.
- Select the desired website.
- Open Developer Tools and locate the Nginx card.
- Select the domain and use the purge cache option.
These tools are adjustable per domain and provide flexibility to optimize website behavior and performance.