summaryrefslogtreecommitdiff
path: root/roles/nginx/vhost/defaults
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-14 23:01:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-20 22:12:03 +0200
commit886a3162765240cade2acd6ec890e0377bd9631d (patch)
tree54edc5c31dd85a1f02fcc7c0632aca3cc6a3e157 /roles/nginx/vhost/defaults
parentnginx/vhost: fix some template indentation errors (diff)
collabora/code: move to generic nginx-vhost template
Diffstat (limited to 'roles/nginx/vhost/defaults')
-rw-r--r--roles/nginx/vhost/defaults/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/nginx/vhost/defaults/main.yml b/roles/nginx/vhost/defaults/main.yml
index 1447fb14..0eb67b42 100644
--- a/roles/nginx/vhost/defaults/main.yml
+++ b/roles/nginx/vhost/defaults/main.yml
@@ -60,5 +60,19 @@
# fastcgi_pass unix:/run/fcgiwrap/foo.sock;
# nginx_vhost:
+# name: example-custom
+# template: generic
+# tls:
+# variant: legacy
+# hsts: false
+# certificate_provider: acmetool
+# hostnames:
+# - static.example.com
+# custom: |-
+# location / {
+# foo "bar";
+# }
+
+# nginx_vhost:
# name: other-example
# content: "<<< content of vhost >>>"