forked from mauro/ansible-role-wordpress-docker
minor change
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
# domain, webroot
|
||||
nextcloud_domain: example.com
|
||||
nextcloud_trusted_domains: ["{{ nextcloud_domain }}"]
|
||||
nextcloud_trusted_domains:
|
||||
- "{{ nextcloud_domain }}"
|
||||
nextcloud_web_root: /
|
||||
|
||||
# database
|
||||
|
||||
Reference in New Issue
Block a user