dev-aid/nginx/cli.md

188 B

Nginx

常用命令

重启服务

nginx -s reload

Docker 容器中重新加载配置

docker exec -it nginx /etc/init.d/nginx reload