Use one default root prefix for nginx and caddy

This commit is contained in:
2025-03-29 18:50:56 +03:00
parent e3eed26765
commit 9830338be3
3 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
nginx_confd_path: /etc/nginx/conf.d
# parent directory of vhost roots
nginx_root_prefix: /var/www
nginx_root_prefix: "{{ web_root_prefix }}"
# 1 hour timeout
nginx_ssl_session_timeout: 1h