File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 1+ v 1.3.0 - Apr 11, 2014
2+ - Introduce `ee debug` command
3+ - Introduce `ee system [status|stop|start|restart]` command
4+
5+ - EasyEngine Admin Tools shifted on port `22222` with self signed SSL Certificate #124
6+ - Setup Separate PHP5-FPM Pool on Port 9001 for debugging purpose
7+ - Polish `ee site edit` command #157
8+ - Fixed MySQL Username Character Limit #113
9+ - Nginx Settings #100
10+
11+
112v 1.2.2 - Mar 18, 2014
213 - Check/Install bc command
314 - Fixed EasyEngine Update Issue #134 #148
Original file line number Diff line number Diff line change @@ -72,18 +72,3 @@ location /phpMyAdmin {
7272location /phpmyadmin {
7373 return 301 https://$host:22222/db/pma;
7474}
75-
76- # Adminer Settings
77- location /adminer {
78- return 301 https://$host:22222/db/adminer/;
79- }
80-
81- # Memcache Settings
82- location /memcache {
83- return 301 https://$host:22222/php/memcache/;
84- }
85-
86- # Opcache Settings
87- location /opcache {
88- return 301 https://$host:22222/php/opcache/;
89- }
Original file line number Diff line number Diff line change @@ -1119,8 +1119,6 @@ EEINFO()
11191119 echo -e " \033[34mphpMyAdmin:\t\t\t \033[37mhttp://example.com/pma\e[0m"
11201120 echo -e " \033[34mPHP Status:\t\t\t \033[37mhttp://example.com/status\e[0m"
11211121 echo -e " \033[34mNginx Status:\t\t\t \033[37mhttp://example.com/nginx_status\e[0m"
1122- echo -e " \033[34mMemcache Status:\t\t \033[37mhttp://example.com/memcache\e[0m"
1123- echo -e " \033[34mMemcache Status:\t\t \033[37mhttp://example.com/opcache\e[0m"
11241122 echo -e " \033[34mEasyEngine Log File:\t\t \033[37m/var/log/easyengine/install.log\e[0m"
11251123 echo -e " \033[34mEasyEngine Configuration File:\t \033[37m/etc/easyengine/ee.conf\e[0m"
11261124
You can’t perform that action at this time.
0 commit comments