标签:http 相关 测试 nta 配置文件 filetype -o nbsp conf
nginx.config文件中字符串不显示高亮
nginx服务搭建完成后,查看nginx.config的时候发现没有高亮字符,要想配置文件出现高亮方便观看,需要修改一些配置文件,修改步骤如下:
# mkdir -p /root/.vim/syntax
# cd /root/.vim/syntax
从公网下载nginx.vim
# wget https://www.vim.org/scripts/download_script.php?src_id=19394 -O nginx.vim
在vim的配置文件中添加nginx相关文件的设置
# echo "au BufRead,BufNewFile /etc/nginx/* set ft=nginx" >> /usr/share/vim/vim74/filetype.vim
测试是否配置成功
# vim /etc/nginx/nginx.conf
标签:http 相关 测试 nta 配置文件 filetype -o nbsp conf
原文地址:https://www.cnblogs.com/carriezhangyan/p/11840950.html