Home >Backend Development >PHP Tutorial >nginx operations
1. Start and stop
1. Start
安装目录 + -c + 配置文件地址
./nginx -t (<span style="font-family: Arial, Helvetica, sans-serif;">安装目录 + -t -c + 配置文件地址</span>)
3. Restart
./nginx -s reload (kill -HUP + pid)
kill -QUIT + PID kill -TREM + PID pkill -9 nginx
3. nginx + tomcat to implement jsp development configuration
The above has introduced the nginx operation, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.