mkdir -p ~/.vim/syntax
cd .vim/syntax/
wget  -O nginx.vim
vim ~/.vim/filetype.vim 
    au BufRead,BufNewFile */nginx*/conf/* set ft=nginx