Nginx

常用命令

### 重启服务 ```bash nginx -s reload ``` ### Docker 容器中重新加载配置 ```docker docker exec -it nginx /etc/init.d/nginx reload ```