mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-28 09:22:10 +07:00
Renaming variables *vhost* -> *site*
Vhost is an Apache configuration, not Nginx. Manages backward compatibility.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"fact_nginx_vhosts":
|
||||
{{ nginx_vhosts | to_nice_json(indent=8) }}
|
||||
"fact_nginx_sites":
|
||||
{{ nginx_sites | to_nice_json(indent=8) }}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user