Define nginx_webroot
This commit is contained in:
parent
de781e716e
commit
4630178bbe
|
|
@ -51,6 +51,7 @@ redmine_base_apache_modules:
|
||||||
|
|
||||||
nginx_frontend: '{{ redmine_nginx_frontend }}'
|
nginx_frontend: '{{ redmine_nginx_frontend }}'
|
||||||
nginx_use_common_virthost: False
|
nginx_use_common_virthost: False
|
||||||
|
nginx_webroot: '{{ redmine_web_root }}'
|
||||||
nginx_behind_haproxy_settings: '{{ redmine_nginx_behind_haproxy_settings }}'
|
nginx_behind_haproxy_settings: '{{ redmine_nginx_behind_haproxy_settings }}'
|
||||||
redmine_nginx_virthosts:
|
redmine_nginx_virthosts:
|
||||||
- virthost_name: '{{ ansible_fqdn }}'
|
- virthost_name: '{{ ansible_fqdn }}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue