Saber2pr's Blog

nginx安装和常用命令

  1. 安装
sodu su root
apt-get install nginx
  1. 启动
nginx # 等于下面
nginx -c /etc/nginx/nginx.conf # 从一个配置文件启动
  1. 刷新配置
nginx -s reload