mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 22:03:39 -07:00
Update collabora.subdomain.conf.sample
This commit is contained in:
parent
9f15dcb075
commit
7581ce3553
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ server {
|
|||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app collabora;
|
||||
set $upstream_port 9980;
|
||||
set $upstream_proto http;
|
||||
set $upstream_proto https;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue