Mitesh Shah
11 years ago
14 changed files with 42 additions and 33 deletions
@ -1,3 +1,5 @@ |
|||
1. **bash_completion.d** - EasyEngine Auto Complete Feature script. |
|||
1. **easyengine** - EasyEngine (ee) configuration file |
|||
1. **nginx** - nginx configuration files. |
|||
1. **bash_completion.d** - EasyEngine auto completion script. Actual Linux Path : `/etc/bash_completion.d/` |
|||
|
|||
1. **easyengine** - EasyEngine (ee) configuration file. Actual Linux Path : `/etc/easyengine/` |
|||
|
|||
1. **nginx** - NGINX configuration files. Actual Linux Path : `/etc/nginx` |
|||
|
@ -1 +1 @@ |
|||
1. **ee** - EasyEngine Auto Complete Feature script. |
|||
1. **ee** - EasyEngine auto completion script. |
@ -1,2 +1,2 @@ |
|||
1. **common** - configuration files for common settings |
|||
1. **conf.d** - configuration files for access restriction and php upstream settings. |
|||
1. **common** - NGINX common configuration settings |
|||
1. **conf.d** - NGINX default settings for access control, PHP upstream & FastCGI cache settings. |
@ -1,3 +1,8 @@ |
|||
1. **acl.conf** - Protect Locations Using HTTP AUTH OR IP-Based Authentication |
|||
1. **locations.conf** - Defines Common Locations |
|||
1. **wpcommon.conf** - WordPress Common Settings |
|||
1. **acl.conf** - Protect locations using HTTP AUTH OR IP-Based authentication |
|||
1. **locations.conf** - Defines common locations |
|||
1. **php** - common PHP NGINX configuration. |
|||
1. **wpcommon.conf** - WordPress common settings |
|||
1. **w3tc.conf** - W3 Total Cache configuration settings. |
|||
1. **wpsc.conf** - WP Super Cache configuration settings. |
|||
1. **wpfc.conf** - NGINX FastCGI configuration settings. |
|||
1. **wpsubdir.conf** - NGINX configuration for WordPress Multisite (subdirectory). |
@ -1,3 +1,3 @@ |
|||
1. **blockips.conf** - Block IP Address |
|||
1. **fastcgi.conf** - Fastcgi Cache Settings |
|||
1. **upstream.conf** - Common Upstream Settings |
|||
1. **blockips.conf** - Block IP address |
|||
1. **fastcgi.conf** - FastCGI cache Settings |
|||
1. **upstream.conf** - Common upstream settings |
@ -1 +1 @@ |
|||
1. **man** - manual pages for EasyEngine (ee). |
|||
1. **man** - manual pages for EasyEngine (ee). Actual Linux Path : `/usr/share/man/man8/` |
|||
|
@ -1 +1,3 @@ |
|||
1. **system** - includes install and remove scripts for EasyEngine [ee] modules. (ee system install/remove) |
|||
1. **stack** - includes install and remove scripts for EasyEngine [ee] modules. (ee stack install/remove). |
|||
1. **site** - includes scripts for site create commands. |
|||
1. **debug** - includes scripts for debug commands. |
@ -1,6 +1,6 @@ |
|||
1. **ee_ven_install_adminer.sh** - Install Adminer |
|||
1. **ee_ven_install_pma.sh** - Install phpMyAdmin |
|||
1. **ee_ven_install_wp_cli.sh** - Install wp-cli |
|||
1. **ee_ven_install_wp_cli.sh** - Install WP-CLI |
|||
1. **ee_ven_remove_adminer.sh** - Remove Adminer |
|||
1. **ee_ven_remove_pma.sh** - Remove phpMyAdmin |
|||
1. **ee_ven_remove_wp_cli.sh** - Remove WP-CLI |
@ -1,7 +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 |
|||
1. **html** - HTML NGINX cofiguration |
|||
1. **mysql** - MySQL NGINX cofiguration |
|||
1. **php** - PHP NGINX cofiguration |
|||
1. **wp** - WordPress NGINX cofiguration |
|||
1. **wpsubdir** - WordPress Multisite (subdirectory) NGINX configuration |
|||
1. **wpsubdomain** - WordPress Subdomains NGINX configuration |
|||
1. **22222** - EasyEngine admin panel configuration |
|||
|
@ -1 +1 @@ |
|||
1. **basic.conf** - HTML NGINX Configuration file. |
|||
1. **basic.conf** - HTML NGINX configuration file. |
@ -1 +1 @@ |
|||
1. **basic.conf** - MYSQL NGINX CONFIGURATION |
|||
1. **basic.conf** - MYSQL NGINX configuration |
@ -1 +1 @@ |
|||
1. **basic.conf** - PHP NGINX CONFIGURATION file. |
|||
1. **basic.conf** - PHP NGINX configuration file. |
@ -1,4 +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. |
|||
1. **basic.conf** - WordPress Single site BASIC NGINX configuration file. |
|||
1. **w3tc.conf** - WordPress Single site W3 Total Cache NGINX configuration file. |
|||
1. **wpfc.conf** - WordPress Single site FAST CGI NGINX configuration file. |
|||
1. **wpsc.conf** - WordPress Single site WP SUPER CACHE NGINX configuration file. |
@ -1,4 +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. |
|||
1. **basic.conf** - WP Subdomains basic NGINX configuration file. |
|||
1. **w3tc.conf** - WP Subdomains W3 Total Cache NGINX configuration file. |
|||
1. **wpfc.conf** - WP Subdomains FastCGI NGINX configuration file. |
|||
1. **wpsc.conf** - WP Subdomains WP Super Cache NGINX configuration file. |
Loading…
Reference in new issue