@@ -17,15 +17,15 @@ ee site update example.com [ --php | --mysql] [[--wp | --wpsubdir | --wpsubdomai
1717.TP
1818ee site delete example.com [--db | --files | --all | --no-prompt ]
1919.TP
20- ee debug [ -i | --nginx | --rewrite | --php | --fpm | --mysql ] [--stop ]
20+ ee debug [ -i | --all=on/off |-- nginx=on/off | --rewrite=on/off | --php=on/off | --fpm=on/off | --mysql=on/off ]
2121.TP
22- ee debug example.com [ -i | --nginx | --rewrite | --wp ] [--stop ]
22+ ee debug example.com [ -i | --all=on/off | --nginx=on/off | --rewrite=on/off | --wp=on/off ]
2323.TP
2424ee secure [ --auth | --port | --ip ]
2525.SH DESCRIPTION
2626EasyEngine aka ee is the opensource project developed with the purpose to automate web-server configuration.
2727.br
28- EasyEngine is the collection of shell scripts that provides automation for the web-server
28+ EasyEngine is the collection of python script that provides automation for the web-server
2929.br
3030installation, site creation, services debugging & monitoring.
3131.SH OPTIONS
@@ -95,7 +95,7 @@ Change directory to webroot of specified site in subshell.
9595.br
9696monitor access and error logs for site specified.
9797.TP
98- .B list [ enable | available ]
98+ .B list [ --enabled | --disabled ]
9999.br
100100Lists all available sites from /etc/nginx/sites-enabled/
101101.br
@@ -143,21 +143,21 @@ Update site configuration according to specified options.
143143.br
144144Delete site i.e webroot, database, ad configuration permenantly.
145145.TP
146- .B debug [ -i | --nginx | --php | --mysql | --rewrite | --fpm ] [ --start | --stop ]
146+ .B debug [ -i | --nginx=on/off | --php=on/off | --mysql=on/off | --rewrite=on/off | --fpm=on/off ]
147147.br
148- Starts server level debugging. If used without arguments starts debugging
148+ Starts server level debugging. If this is used without arguments it will start debugging
149149.br
150- all services, else debug only service provided with argument. Stop
150+ all services.Else it will debug only service provided with argument.This will Stop
151151.br
152- Debugging if used with --stop argument.
152+ Debugging if used with --all=off argument.
153153.TP
154- .B debug example.com [ -i | --nginx | --rewrite | --wp ] [ --start | --stop ]
154+ .B debug example.com [ -i | --nginx=on/off | --rewrite=on/off | --wp=on/off | --all=on/off ]
155155.br
156- Starts site level debugging. If used without arguments starts debugging all
156+ Starts site level debugging. If this is used without arguments it will start debugging all
157157.br
158- services, else debug only service provided with argument. Stop Debugging
158+ services.Else it will debug only service provided with argument.This will Stop Debugging
159159.br
160- if used with --stop argument.
160+ if used with --all=off argument.
161161.TP
162162.B secure [ --auth | --port ]
163163.br
@@ -174,35 +174,35 @@ Clean NGINX fastCGI cache if no option specified.
174174.br
175175setup intractive mode while used with debug.
176176.TP
177- .B --nginx
177+ .B --nginx=on/off
178178.br
179179used with ee debug command. used to start or stop nginx debugging.
180180.TP
181- .B --php
181+ .B --php=on/off
182182.br
183183used with ee debug command. used to start or stop php debugging.
184184.TP
185- .B --mysql
185+ .B --mysql=on/off
186186.br
187187used with ee debug command. used to start or stop mysql debugging.
188188.TP
189- .B --rewrite
189+ .B --rewrite=on/off
190190.br
191191used with ee debug command. used to start or stop nginx rewrite rules debugging.
192192.TP
193- .B --fpm
193+ .B --fpm=on/off
194194.br
195195used with ee debug command. used to start or stop fpm debugging.
196196.TP
197- .B --wp
197+ .B --wp=on/off
198198.br
199- used with ee debug command. used to start or stop wordpress site debugging.
199+ used with ee debug command. used to start or stop wordpress site debugging.
200200.TP
201- .B --start
201+ .B --all=on/off
202202.br
203203used with ee debug command. used to stop debugging.
204204.TP
205- .B --stop
205+ .B --all=off
206206.br
207207used with ee debug command. used to stop debugging.
208208.TP
0 commit comments