2021-09-18 15:37:57 -04:00
|
|
|
---
|
2023-05-29 08:30:47 -04:00
|
|
|
nginx__dir_etc: '/etc/nginx'
|
|
|
|
nginx__confd_dir: '{{ nginx__dir_etc }}/conf.d'
|
|
|
|
nginx__available_dir: '{{ nginx__dir_etc }}/sites-available'
|
|
|
|
nginx__enabled_dir: '{{ nginx__dir_etc }}/sites-enabled'
|
|
|
|
nginx__snippets_dir: '{{ nginx__dir_etc }}/snippets'
|
2023-05-29 09:14:15 -04:00
|
|
|
|
|
|
|
nginx__dir_www: '/var/www'
|
|
|
|
nginx__dir_www_html: '{{ nginx__dir_www }}/html'
|