Update Linux/NginxProxyManager/collaboraoffice.md

This commit is contained in:
2024-01-01 19:57:24 +00:00
parent df9e34df7c
commit 703b2ce019

View File

@@ -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;