Fix sending of the static path to the NGINX supervisor base role.
This commit is contained in:
parent
063f5ffc96
commit
76a65623cd
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue