11 lines
179 B
YAML
11 lines
179 B
YAML
|
---
|
||
|
# file: roles/nginx/defaults/main.yml
|
||
|
|
||
|
# path config
|
||
|
nginx_confd_path: /etc/nginx/conf.d
|
||
|
|
||
|
# parent directory of vhost roots
|
||
|
nginx_root_prefix: /var/www
|
||
|
|
||
|
# vim: set ts=2 sw=2:
|