Mitesh Shah
11 years ago
17 changed files with 45 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
Includes binaries of EasyEngine [ee]. |
|||
Actual Path : `/usr/local/sbin/` |
|||
|
|||
1. **easyengine** - Main script for all EasyEngine [ee] tasks. |
|||
1. **eeupdate** - Script to update EasyEngine [ee] |
|||
1. **install.sh** - Script to install EasyEngine [ee]. |
|||
|
@ -0,0 +1,3 @@ |
|||
1. **bash_completion.d** - EasyEngine Auto Complete Feature script. |
|||
1. **easyengine** - EasyEngine (ee) configuration file |
|||
1. **nginx** - nginx configuration files. |
@ -0,0 +1 @@ |
|||
1. **ee** - EasyEngine Auto Complete Feature script. |
@ -0,0 +1 @@ |
|||
1. **ee** - EasyEngine (ee) configuration file. |
@ -0,0 +1,2 @@ |
|||
1. **common** - configuration files for common settings |
|||
1. **conf.d** - configuration files for access restriction and php upstream settings. |
@ -0,0 +1,3 @@ |
|||
1. **acl.conf** - Protect Locations Using HTTP AUTH OR IP-Based Authentication |
|||
1. **locations.conf** - Defines Common Locations |
|||
1. **wpcommon.conf** - WordPress Common Settings |
@ -0,0 +1,3 @@ |
|||
1. **blockips.conf** - Block IP Address |
|||
1. **fastcgi.conf** - Fastcgi Cache Settings |
|||
1. **upstream.conf** - Common Upstream Settings |
@ -0,0 +1 @@ |
|||
1. **man** - manual pages for EasyEngine [ee]. |
@ -0,0 +1 @@ |
|||
1. **ee.8** - manual page for EasyEngine [ee]. |
@ -0,0 +1 @@ |
|||
1. **nginx** - includes config file templates. |
@ -0,0 +1,7 @@ |
|||
1. **html** - HTML NGINX Cofiguration |
|||
1. **mysql** - MySQL NGINX Cofiguration |
|||
1. **php** - PHP NGINX Cofiguration |
|||
1. **wp** - WORDPRESS NGINX Cofiguration |
|||
1. **wpsubdir** - WPSUBDIR NGINX CONFIGURATION |
|||
1. **wpsubdomain** - WPSUBDOMAIN NGINX CONFIGURATION |
|||
1. **22222** - EasyEngine Admin Configuration |
@ -0,0 +1 @@ |
|||
1. **basic.conf** - HTML NGINX Configuration file. |
@ -0,0 +1 @@ |
|||
1. **basic.conf** - MYSQL NGINX CONFIGURATION |
@ -0,0 +1 @@ |
|||
1. **basic.conf** - PHP NGINX CONFIGURATION file. |
@ -0,0 +1,4 @@ |
|||
1. **basic.conf** - WPSINGLE BASIC NGINX CONFIGURATION file. |
|||
1. **w3tc.conf** - WPSINGLE W3 TOTAL CACHE NGINX CONFIGURATION file. |
|||
1. **wpfc.conf** - WPSINGLE FAST CGI NGINX CONFIGURATION file. |
|||
1. **wpsc.conf** - WPSINGLE WP SUPER CACHE NGINX CONFIGURATION file. |
@ -0,0 +1,4 @@ |
|||
1. **basic.conf** - WPSUBDIR BASIC NGINX CONFIGURATION file. |
|||
1. **w3tc.conf** - WPSUBDIR W3 TOTAL CACHE NGINX CONFIGURATION file. |
|||
1. **wpfc.conf** - WPSUBDIR FAST CGI NGINX CONFIGURATION file. |
|||
1. **wpsc.conf** - WPSUBDIR WP SUPER CACHE NGINX CONFIGURATION file. |
@ -0,0 +1,4 @@ |
|||
1. **basic.conf** - WPSUBDOMAIN BASIC NGINX CONFIGURATION file. |
|||
1. **w3tc.conf** - WPSUBDOMAIN W3 TOTAL CACHE NGINX CONFIGURATION file. |
|||
1. **wpfc.conf** - WPSUBDOMAIN FAST CGI NGINX CONFIGURATION file. |
|||
1. **wpsc.conf** - WPSUBDOMAIN WP SUPER CACHE NGINX CONFIGURATION file. |
Loading…
Reference in new issue