From f1dbd321ba63c95ef994bc90274cd7f5ceef3720 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 6 May 2021 16:56:33 +0200 Subject: [PATCH] Fix typo --- abra.sh | 2 +- nginx.conf.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index 0ce53bc..23b8b1d 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ -export NGINX_CONF_VERSION=v1 +export NGINX_CONF_VERSION=v2 export LOOLWSD_XML_VERSION=v1 diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index abb69bb..f456a70 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -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; } }