From e573b3020c032400eed60b649a2cbf55266e6bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Jun 2016 16:03:25 +0200 Subject: Add current configurations from old repository --- vim/bundle/vim-snippets/snippets/apache.snippets | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vim/bundle/vim-snippets/snippets/apache.snippets (limited to 'vim/bundle/vim-snippets/snippets/apache.snippets') diff --git a/vim/bundle/vim-snippets/snippets/apache.snippets b/vim/bundle/vim-snippets/snippets/apache.snippets new file mode 100644 index 0000000..db3256e --- /dev/null +++ b/vim/bundle/vim-snippets/snippets/apache.snippets @@ -0,0 +1,35 @@ +# Snippets for code blocks used oftenly in Apache files. +# +snippet dir + + DirectoryIndex ${0:index.html} + Order Deny,Allow + Deny from All + +# +snippet filesmatch + + ${0} + +# +snippet ifmodule + + ${0} + +# +snippet limitexcept + + ${0} + +# +snippet proxy + + ${0} + +# +snippet virtualhost + + ServerAdmin ${3:webmaster@example.com} + DocumentRoot ${4:/www/example.com} + ServerName ${0:www.example.com} + -- cgit v1.2.3