Fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-05-06 16:56:33 +02:00
parent 6218e8b783
commit f1dbd321ba
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export NGINX_CONF_VERSION=v1
export NGINX_CONF_VERSION=v2
export LOOLWSD_XML_VERSION=v1

View File

@ -52,7 +52,7 @@ http {
# download, presentation and image upload
location ~ /lool {
proxy_pass https://collabora-upstream;
proxy_pass http://collabora-upstream;
proxy_set_header Host $http_host;
}
}