一、Nginx 的使用
1.启动nginx1
$ nginx -c /{自定义位置}/nginx.conf
2.停止nginx
$ nginx -s stop
3.重启nginx
$ nginx -s reload
二、vi/vim 的使用
$ ?<string> - 搜索指定字符串
原文地址:https://www.cnblogs.com/changbaihe/p/10196473.html
时间: 2024-12-13 16:46:04
1.启动nginx1
$ nginx -c /{自定义位置}/nginx.conf
2.停止nginx
$ nginx -s stop
3.重启nginx
$ nginx -s reload
$ ?<string> - 搜索指定字符串
原文地址:https://www.cnblogs.com/changbaihe/p/10196473.html