Skip to content
Noaman edited this page May 24, 2022 · 3 revisions

Cache

By default all sites which are using FastCGI or Proxy pass directives will have caching enabled.

clear-cache -u $username

You can detect the cache status using X-Cache header. If this header is not present, its safe to assume that caching has been turned of for that specific vhost.

The helper script automatically clears nginx cache if you change versions, restore-backups etc

Ramdisk

We now support ramdisk cache for PHP,Node JS and Python backends.

enable-ramdisk -u $username
disable-ramdisk -u $username
ramdisk-status -u $username
Clone this wiki locally