From e8fdfef97713f507d7e7dba912aa4e96caee9be2 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 8 Nov 2018 15:02:47 +0100 Subject: [PATCH] Update nginx.conf Test fixe https://github.com/liberodark/onlyoffice_ynh/blob/master/conf/nginx.conf#L9 Try fix HTTPS --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c37ef92..b5f9bdd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location ^~ /loleaflet { # WOPI discovery URL location ^~ /hosting/discovery { - proxy_pass https://localhost:__PORT__; + proxy_pass http://localhost:__PORT__; proxy_set_header Host $http_host; }