forked from coop-cloud/collabora
Fix typo
This commit is contained in:
parent
6218e8b783
commit
f1dbd321ba
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
|||||||
export NGINX_CONF_VERSION=v1
|
export NGINX_CONF_VERSION=v2
|
||||||
export LOOLWSD_XML_VERSION=v1
|
export LOOLWSD_XML_VERSION=v1
|
||||||
|
@ -52,7 +52,7 @@ http {
|
|||||||
|
|
||||||
# download, presentation and image upload
|
# download, presentation and image upload
|
||||||
location ~ /lool {
|
location ~ /lool {
|
||||||
proxy_pass https://collabora-upstream;
|
proxy_pass http://collabora-upstream;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user