mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-17 11:41:45 +00:00
Update for leanpub preview
This commit is contained in:
@@ -90,7 +90,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 {
|
||||||
@@ -140,6 +141,7 @@ server {
|
|||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create loolwsd.xml
|
### Create loolwsd.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user