Fix setting of the static path for the app.

This commit is contained in:
Dorian 2016-05-18 10:48:40 -04:00
parent 2a942d51d4
commit a1eb9685c5
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ nsbase_app_name: app
nsbase_app_root_path: "{{ nsbase_web_root_path }}/{{ nsbase_app_name }}_webapp"
# NGINX
nsbase_app_nginx_hostname: localhost
nsbase_app_hostname: localhost
nsbase_app_static_path: "{{ nsbase_app_root_path }}/{{ nsbase_app_name }}/static/"