From 8fc193dbd5edae59deb5a2d5ef883d3dcca0e882 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 7 May 2022 12:21:27 +0300 Subject: [PATCH] More Vim file types. --- conf.d/autoconfig.shore.co.il.conf | 1 + conf.d/elasticsearch.shore.co.il.conf | 1 + conf.d/kibana.shore.co.il.conf | 1 + conf.d/myip.shore.co.il.conf | 1 + conf.d/nehe.sr.conf | 1 + conf.d/nehes.co.conf | 1 + conf.d/registry.shore.co.il.conf | 1 + conf.d/shore.co.il.conf | 1 + conf.d/www.nehe.sr.conf | 1 + conf.d/www.nehes.co.conf | 1 + conf.d/www.shore.co.il.conf | 1 + 11 files changed, 11 insertions(+) diff --git a/conf.d/autoconfig.shore.co.il.conf b/conf.d/autoconfig.shore.co.il.conf index dce6467..9fb1103 100644 --- a/conf.d/autoconfig.shore.co.il.conf +++ b/conf.d/autoconfig.shore.co.il.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx server { listen 80; listen [::]:80; diff --git a/conf.d/elasticsearch.shore.co.il.conf b/conf.d/elasticsearch.shore.co.il.conf index 9264293..de4822f 100644 --- a/conf.d/elasticsearch.shore.co.il.conf +++ b/conf.d/elasticsearch.shore.co.il.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx map $host $es { default elasticsearch; } server { diff --git a/conf.d/kibana.shore.co.il.conf b/conf.d/kibana.shore.co.il.conf index 7f5977f..405d914 100644 --- a/conf.d/kibana.shore.co.il.conf +++ b/conf.d/kibana.shore.co.il.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx map $host $kibana { default kibana; } server { diff --git a/conf.d/myip.shore.co.il.conf b/conf.d/myip.shore.co.il.conf index 9837325..222d2d4 100644 --- a/conf.d/myip.shore.co.il.conf +++ b/conf.d/myip.shore.co.il.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx server { listen 80; listen [::]:80; diff --git a/conf.d/nehe.sr.conf b/conf.d/nehe.sr.conf index c3700a6..289bb2a 100644 --- a/conf.d/nehe.sr.conf +++ b/conf.d/nehe.sr.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx server { listen 80; listen [::]:80; diff --git a/conf.d/nehes.co.conf b/conf.d/nehes.co.conf index 55f047d..db751dd 100644 --- a/conf.d/nehes.co.conf +++ b/conf.d/nehes.co.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx server { listen 80; listen [::]:80; diff --git a/conf.d/registry.shore.co.il.conf b/conf.d/registry.shore.co.il.conf index d2e4f1f..c6fa355 100644 --- a/conf.d/registry.shore.co.il.conf +++ b/conf.d/registry.shore.co.il.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx map $host $registry { default registry; } map $host $registry_fe { default reg; } diff --git a/conf.d/shore.co.il.conf b/conf.d/shore.co.il.conf index ae30a3c..24d3c4b 100644 --- a/conf.d/shore.co.il.conf +++ b/conf.d/shore.co.il.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx map $host $z_push { default z-push; } server { diff --git a/conf.d/www.nehe.sr.conf b/conf.d/www.nehe.sr.conf index 05538de..414cd4d 100644 --- a/conf.d/www.nehe.sr.conf +++ b/conf.d/www.nehe.sr.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx server { listen 80; listen [::]:80; diff --git a/conf.d/www.nehes.co.conf b/conf.d/www.nehes.co.conf index 0a14e6f..fdd0d5b 100644 --- a/conf.d/www.nehes.co.conf +++ b/conf.d/www.nehes.co.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx server { listen 80; listen [::]:80; diff --git a/conf.d/www.shore.co.il.conf b/conf.d/www.shore.co.il.conf index 2a823be..d496c2d 100644 --- a/conf.d/www.shore.co.il.conf +++ b/conf.d/www.shore.co.il.conf @@ -1,3 +1,4 @@ +# vim: ft=nginx server { listen 80; listen [::]:80; -- GitLab