NgixExecute是一个gix第三方模块,通过浏览器执行命令并接收结果。
配置示例:
worker_processes 1;evets { worker_coectios 1024;}http { iclude mime.types; default_type applicatio/octet-stream; sedfile o; keepalive_timeout 65; server { liste 80; server_ame localhost; locatio / { root html; idex idex.html idex.htm; commad o; } error_page 500 502 503 504 /50x.html; locatio = /50x.html { root html; } }}









评论