Browse Source

add security argument --ip command in man page

old-stable
harshadyeola 11 years ago
parent
commit
82153e7930
  1. 8
      docs/man/ee.8

8
docs/man/ee.8

@ -19,7 +19,7 @@ ee debug [ -i | --nginx | --rewrite | --php | --fpm | --mysql ] [ --stop ]
.TP .TP
ee debug example.com [ -i | --nginx | --rewrite | --wp ] [--stop ] ee debug example.com [ -i | --nginx | --rewrite | --wp ] [--stop ]
.TP .TP
ee secure [ --auth | --port ] ee secure [ --auth | --port | --ip ]
.SH DESCRIPTION .SH DESCRIPTION
EasyEngine aka ee is the opensource project developed with the purpose to automate web-server configuration. EasyEngine aka ee is the opensource project developed with the purpose to automate web-server configuration.
.br .br
@ -232,7 +232,11 @@ Display easyengine (ee) help.
.TP .TP
.B --port .B --port
.br .br
used with ee secure command. Change EasyEngine admin port 22222 used with ee secure command. Change EasyEngine admin port 22222.
.TP
.B --ip
.br
used with ee secure command. Update whitelist IP address
.SH WORDPRESS CACHING OPTIONS .SH WORDPRESS CACHING OPTIONS
.TP .TP
.B --basic .B --basic

Loading…
Cancel
Save