Setup: Fix example for Nginx
This commit is contained in:
parent
f7248324f4
commit
7f7b3b0b91
|
@ -121,7 +121,6 @@ class ConfigCommand extends Command
|
||||||
*
|
*
|
||||||
* icingacli setup config webserver nginx \
|
* icingacli setup config webserver nginx \
|
||||||
* --root=/usr/share/icingaweb2/public \
|
* --root=/usr/share/icingaweb2/public \
|
||||||
* --enable-fpm
|
|
||||||
* --fpm-uri=unix:/var/run/php5-fpm.sock
|
* --fpm-uri=unix:/var/run/php5-fpm.sock
|
||||||
*/
|
*/
|
||||||
public function webserverAction()
|
public function webserverAction()
|
||||||
|
|
Loading…
Reference in New Issue