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:

  1. Go to Websites in the left menu.
  2. Select the desired website.
  3. Open Developer Tools and locate the Nginx card.
  4. 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:

  1. Go to Websites in the left menu.
  2. Select the desired website.
  3. Open Developer Tools and locate the Nginx card.
  4. 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:

  1. Go to Websites in the left menu.
  2. Select the desired website.
  3. Open Developer Tools and locate the Nginx card.
  4. Select the domain and set up rewriting rules.

Purge Cache

Clears all currently cached pages.

Steps to Purge Cache:

  1. Go to Websites in the left menu.
  2. Select the desired website.
  3. Open Developer Tools and locate the Nginx card.
  4. Select the domain and use the purge cache option.

These tools are adjustable per domain and provide flexibility to optimize website behavior and performance.

Was this answer helpful? 0 Users Found This Useful (0 Votes)