Add vim nginx ft to nginx config files

This commit is contained in:
Jimmy Zelinskie 2015-01-13 15:19:42 -05:00
parent 1b34ea13c9
commit 53e9e514d5
6 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# vim: ft=nginx
include root-base.conf;
http {
@ -5,6 +7,8 @@ http {
include hosted-http-base.conf;
include rate-limiting.conf;
server {
include server-base.conf;