1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-19 04:31:47 +00:00

Collabora still being a nuisance

This commit is contained in:
David Young
2020-06-04 09:36:45 +12:00
parent 55873cd4cc
commit 8d5fec5a09

View File

@@ -92,7 +92,8 @@ services:
### Create nginx.conf ### Create nginx.conf
Create ```/var/data/config/collabora/nginx.conf``` as follows, changing the ```server_name``` value to match the environment variable you established above. Create ```/var/data/config/collabora/nginx.conf``` as follows, changing the ```server_name``` value to match the environment variable you established above:
``` ```
upstream collabora-upstream { upstream collabora-upstream {
@@ -142,6 +143,7 @@ server {
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
} }
} }
``` ```
### Create loolwsd.xml ### Create loolwsd.xml