fixed https request
This commit is contained in:
+2
-2
@@ -40,7 +40,7 @@
|
||||
- name: Point richdocuments at the Collabora server
|
||||
ansible.builtin.command: >
|
||||
sudo -u www-data php occ config:app:set richdocuments wopi_url
|
||||
--value="https://{{ collabora_fqdn }}:9980"
|
||||
--value="https://{{ collabora_fqdn }}:443"
|
||||
args:
|
||||
chdir: /etc/nextcloud
|
||||
changed_when: true
|
||||
@@ -48,7 +48,7 @@
|
||||
- name: Set the public WOPI URL (same value, used for editor loading)
|
||||
ansible.builtin.command: >
|
||||
sudo -u www-data php occ config:app:set richdocuments public_wopi_url
|
||||
--value="https://{{ collabora_fqdn }}:9980"
|
||||
--value="https://{{ collabora_fqdn }}:443"
|
||||
args:
|
||||
chdir: /etc/nextcloud
|
||||
changed_when: true
|
||||
Reference in New Issue
Block a user