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
types_hash_max_size 2048;
include /usr/local/nginx/conf/mime.types.default;
@ -30,4 +32,4 @@ upstream build_manager_controller_server {
upstream build_manager_websocket_server {
server localhost:8787;
}
}