Update collabora.subdomain.conf.sample

This commit is contained in:
Eric Nemchik 2020-09-25 10:15:11 -05:00 committed by GitHub
commit 7581ce3553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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