summaryrefslogtreecommitdiff
path: root/roles/nginx/vhost/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/vhost/defaults/main.yml')
-rw-r--r--roles/nginx/vhost/defaults/main.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/roles/nginx/vhost/defaults/main.yml b/roles/nginx/vhost/defaults/main.yml
index dfedb50b..eea545c8 100644
--- a/roles/nginx/vhost/defaults/main.yml
+++ b/roles/nginx/vhost/defaults/main.yml
@@ -4,10 +4,22 @@
# template: generic-proxy-no-buffering-with-acme
# acme: yes
# hostnames:
-# - example.com
-# - www.example.com
+# - example.com
+# - www.example.com
# proxy_pass: http://127.0.0.1:8080
+# default: yes
# nginx_vhost:
# name: other-example
# content: "<<< content of vhost >>>"
+
+# nginx_vhost:
+# name: static
+# template: static-files-with-acme
+# acme: yes
+# hostnames:
+# - static.example.com
+# root: /srv/www/static
+# index: index.html
+# autoindex:
+# format: json