Add vim nginx ft to nginx config files
This commit is contained in:
parent
1b34ea13c9
commit
53e9e514d5
6 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue