|
|
@ -574,6 +574,10 @@ elif [ "$EE_FIRST" = "secure" ]; then |
|
|
|
if [ "$EE_SECOND" = "--auth" ] || [ "$EE_SECOND" = "--port" ]; then |
|
|
|
ee_mod_secure_$(echo $EE_SECOND | sed 's/--//') |
|
|
|
ee_lib_service nginx reload |
|
|
|
else |
|
|
|
ee_lib_echo "ee secure commands:" |
|
|
|
ee_lib_echo_escape "\t--auth\tUpdate credential of HTTP authentication" |
|
|
|
ee_lib_echo_escape "\t--port\tChange EasyEngine admin port 22222" |
|
|
|
fi |
|
|
|
|
|
|
|
# EasyEngine update |
|
|
@ -589,6 +593,7 @@ else |
|
|
|
ee_lib_echo_escape "\tstack\tInstall/Remove/Purge NGINX, PHP, MySQL, Postfix" |
|
|
|
ee_lib_echo_escape "\tsite\tPerform various site specific operation" |
|
|
|
ee_lib_echo_escape "\tdebug\tPerform various debugging operation" |
|
|
|
e_lib_echo_escape "\tsecure\tUpdate HTTP authentication and EasyEngine admin port" |
|
|
|
ee_lib_echo_escape "\tupdate\tUpdate EasyEngine (ee) to latest version" |
|
|
|
fi |
|
|
|
|
|
|
|