1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-17 03:31:53 +00:00

Update for leanpub preview

This commit is contained in:
AutoPenguin
2020-06-03 21:37:12 +00:00
parent e5fee22270
commit ffd5419945

View File

@@ -90,7 +90,8 @@ services:
### 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 {
@@ -140,6 +141,7 @@ server {
proxy_set_header Host $http_host;
}
}
```
### Create loolwsd.xml