Skip to content

Commit 5a54393

Browse files
committed
EasyEngine v1.3.0
1 parent e721910 commit 5a54393

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

CHANGELOG.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
v 1.2.2 - Mar 18, 2014
213
- Check/Install bc command
314
- Fixed EasyEngine Update Issue #134 #148

etc/nginx/common/locations.conf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,3 @@ location /phpMyAdmin {
7272
location /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-
}

usr/local/sbin/easyengine

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)