Fix setting of the static path for the app.
This commit is contained in:
parent
2a942d51d4
commit
a1eb9685c5
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue