--- # defaults file for ansible-nginx-supervisor # Web root paths + app name + home nsbase_web_root_path: /srv/www nsbase_web_server_group: www-data nsbase_app_name: app nsbase_app_root_path: "{{ nsbase_web_root_path }}/{{ nsbase_app_name }}_webapp" # NGINX nsbase_app_hostname: localhost nsbase_app_static_path: "{{ nsbase_app_root_path }}/{{ nsbase_app_name }}/static/"