985 cd /usr/local/webserver/nginx/conf/extra/
986 ll
987 cd conf/
988 ll
989 cd extra/
990 ll
991 vi proxy.conf
992 ../../sbin/nginx -t
993 ../../sbin/nginx -s reload
994 vi proxy.conf
995 ../../sbin/nginx -t
996 ../../sbin/nginx -s reload
997 vi proxy.conf
998 ../../sbin/nginx -t
999 ../../sbin/nginx -s reloadnginx
nginx 所在路徑 /usr/local/webserver/nginx/conf/extra/
nginx 查看配置文件 vi proxy.conf
nginx 校驗配置文件內容是否正確 ../../sbin/nginx -t
nginx 從新載入配置文件../../sbin/nginx -s reload
nginx 重啓../../sbin/nginx -s reopen
nginx 中止../../sbin/nginx -s stopweb