nginx配置文件在哪 怎么打开
时间:2021-04-30 21:08:51
收藏:0
阅读:24
命令:
locate nginx.conf
会列出所有nginx.conf文件的地址,
一般咱们要用的nginx配置文件是/usr/local/nginx/conf/nginx.conf
cd /usr/local/nginx/conf
vim nginx.conf
原文:https://www.cnblogs.com/l199616j/p/14723253.html
评论(0)