UNPKG

fis-command-server

Version:
34 lines (28 loc) 1.22 kB
# fis-command-server ## Usage ``` Usage: server <command> [options] Commands: start start server stop shutdown server restart restart server info output server info open open document root directory clean clean files in document root install <name> install server framework Options: -h, --help output usage information -p, --port <int> server listen port --root <path> document root --type <php|java|node> process language --rewrite [script] enable rewrite mode --repos <url> install repository --timeout <seconds> start timeout --php_exec <path> path to php-cgi executable file --php_exec_args <args> php-cgi arguments --php_fcgi_children <int> the number of php-cgi processes --php_fcgi_max_requests <int> the max number of requests --registry <registry> set npm registry --include <glob> clean include filter --exclude <glob> clean exclude filter ```