1
0

Made refactoring for notes app (and other)

This commit is contained in:
2017-11-26 10:46:04 +03:00
parent 8ec89712f2
commit a59737b826
25 changed files with 205 additions and 221 deletions

View File

@ -0,0 +1,11 @@
---
php_app_name: ''
php_app_user: ''
php_app_group: ''
php_app_directory: ''
php_app_web_root: ''
php_app_nginx_config: ''
php_app_php_version: ''
php_app_fpm_pool_name: '{{ php_app_name }}'
php_app_fpm_listen: '127.0.0.1:9001'
php_app_envs: {}