Update Linux/NginxProxyManager/collaboraoffice.md
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# parts to be added under the advanced tab of the collabora proxy host
|
||||
|
||||
```nodejs
|
||||
Change the IP of your host (that is hosting collabora) to your needs.
|
||||
In this example: 10.0.5.252
|
||||
|
||||
```javascript
|
||||
location ^~ /browser {
|
||||
proxy_pass http://10.0.5.252:9980;
|
||||
proxy_set_header Host $http_host;
|
||||
|
||||
Reference in New Issue
Block a user