Merge branch 'master' into postgress
This commit is contained in:
commit
962f599964
@ -7,6 +7,19 @@ chainetv_repo_branch: dev
|
||||
|
||||
certbot_create_if_missing: false
|
||||
|
||||
nextcloud_trusted_domains:
|
||||
- localhost
|
||||
- vmas-build
|
||||
nextcloud_config_options: # additional options to set in config.php
|
||||
- option: overwrite.cli.url
|
||||
value: "'https://vmas-build'"
|
||||
- option: maintenance
|
||||
value: "false"
|
||||
- option: loglevel
|
||||
value: "2"
|
||||
|
||||
|
||||
|
||||
nginx_vhosts:
|
||||
- listen: "80"
|
||||
server_name: "_"
|
||||
|
@ -13,7 +13,7 @@ nextcloud_trusted_domains:
|
||||
- vmas-hml
|
||||
nextcloud_config_options: # additional options to set in config.php
|
||||
- option: overwrite.cli.url
|
||||
value: "'https://vmas-hml'"
|
||||
value: "http://vmas-hml"
|
||||
- option: maintenance
|
||||
value: "false"
|
||||
- option: loglevel
|
||||
|
Loading…
Reference in New Issue
Block a user