├── LICENSE ├── README.MD ├── domain ├── nginxDomainVirtualHost.php └── service │ ├── fpm.php │ ├── nginxCache.php │ ├── nginxCacheFastCgi.php │ └── nginxSeoSafeRedirects.php ├── nginx-conf ├── fastcgi.conf ├── map-wp-cache.conf ├── tweaks.conf └── webp.conf └── nginx.conf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/README.MD -------------------------------------------------------------------------------- /domain/nginxDomainVirtualHost.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/domain/nginxDomainVirtualHost.php -------------------------------------------------------------------------------- /domain/service/fpm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/domain/service/fpm.php -------------------------------------------------------------------------------- /domain/service/nginxCache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/domain/service/nginxCache.php -------------------------------------------------------------------------------- /domain/service/nginxCacheFastCgi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/domain/service/nginxCacheFastCgi.php -------------------------------------------------------------------------------- /domain/service/nginxSeoSafeRedirects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/domain/service/nginxSeoSafeRedirects.php -------------------------------------------------------------------------------- /nginx-conf/fastcgi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/nginx-conf/fastcgi.conf -------------------------------------------------------------------------------- /nginx-conf/map-wp-cache.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/nginx-conf/map-wp-cache.conf -------------------------------------------------------------------------------- /nginx-conf/tweaks.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/nginx-conf/tweaks.conf -------------------------------------------------------------------------------- /nginx-conf/webp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/nginx-conf/webp.conf -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtuBox/plesk-nginx-fascgi-cache-template/HEAD/nginx.conf --------------------------------------------------------------------------------