Fix sending of the static path to the NGINX supervisor base role.

This commit is contained in:
Dorian 2016-05-18 10:48:18 -04:00
parent 063f5ffc96
commit 76a65623cd
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ dependencies:
nsbase_app_service_command: "{{ uwsgi_app_supervisor_command }}"
nsbase_app_service_stop_signal: QUIT
nsbase_app_nginx_config: "{{ uwsgi_app_nginx_config }}"
nsbase_app_nginx_static_path: "{{ uwsgi_app_static_path }}"
nsbase_app_static_path: "{{ uwsgi_app_static_path }}"