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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user