mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-09-16 10:00
This commit is contained in:
@@ -21,13 +21,21 @@ nginx_log_format: combined_virtual
|
||||
# Some special vhost names can be derived from it. Eg downtime.{{ nginx_primary_domain }}
|
||||
nginx_primary_domain: "{{ ansible_domain }}"
|
||||
|
||||
|
||||
nginx_cert_path: /etc/nginx/ssl/cert.pem
|
||||
nginx_key_path: /etc/nginx/ssl/key.pem
|
||||
# OR
|
||||
#
|
||||
# nginx_letsencrypt_cert:
|
||||
|
||||
# Default nginx vhost
|
||||
# The root of the default_server vhost
|
||||
nginx_root: /usr/share/nginx/html
|
||||
# If autoindex should be enabled for the default_server vhost
|
||||
nginx_autoindex: False
|
||||
|
||||
|
||||
# Default nginx vhost. This is not the settings of the default_server
|
||||
# but settings which will be inherited by all the vhosts (unless overriden at the vhost level)
|
||||
# You can override it if you want to use a custom _ vhost
|
||||
nginx_default_vhost_name: _
|
||||
nginx_vhosts: []
|
||||
|
Reference in New Issue
Block a user