diff --git a/html-template/srv-vimrc b/html-template/srv-vimrc
new file mode 100644
index 0000000..2d010ed
--- /dev/null
+++ b/html-template/srv-vimrc
@@ -0,0 +1,6 @@
+let g:vimwiki_list = [{
+ \ 'path': '/tmp/vimwiki/'
+ \ 'path_html': '/srv/wiki/'
+ \ 'template_path': '/tmp/vimwiki/html-template',
+ \ 'template_default': 'index',
+ \ 'template_ext': '.html'}]