24 lines
394 B
YAML
Executable File
24 lines
394 B
YAML
Executable File
---
|
|
application_root: /vagrant
|
|
|
|
site:
|
|
www_dir: anwinged
|
|
domain: anwinged.ru
|
|
conf_name: anwinged.conf
|
|
|
|
timezone: UTC
|
|
|
|
nginx_conf_name: 'anwinged.conf'
|
|
nginx_conf_root: '{{ application_root }}/output_dev'
|
|
nginx_conf_domain: 'anwinged'
|
|
|
|
nginx_remove_default_vhost: true
|
|
|
|
php_enable_webserver: false
|
|
php_packages:
|
|
- php7.1
|
|
- php7.1-mbstring
|
|
- php7.1-intl
|
|
- php7.1-curl
|
|
- php7.1-xml
|