nginx -s reload
-
systemctl restart nginx
使用yum
安装的自动交给systemctl管理,如果自定义安装,使用./ngxin 配置文件
的方式启动,或者手动写.service
文件在/etc/systemd/system/
中,创建nginx.service
服务就行了
nginx -s reload
systemctl restart nginx
yum
安装的自动交给systemctl管理,如果自定义安装,使用./ngxin 配置文件
的方式启动,或者手动写.service
文件在/etc/systemd/system/
中,创建nginx.service
服务就行了