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

This commit is contained in:
decentral1se
2021-05-06 16:56:33 +02:00
parent 6218e8b783
commit f1dbd321ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export NGINX_CONF_VERSION=v1
export NGINX_CONF_VERSION=v2
export LOOLWSD_XML_VERSION=v1
+1 -1
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;
}
}