From 9321dbed4637aedd704f34ce24d0dcb6904a63c3 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 8 Apr 2021 22:46:16 -0400 Subject: [PATCH] More tweaking. --- nginx-reverse-proxy/default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-reverse-proxy/default.conf b/nginx-reverse-proxy/default.conf index f09453e..8e07f52 100644 --- a/nginx-reverse-proxy/default.conf +++ b/nginx-reverse-proxy/default.conf @@ -82,6 +82,7 @@ server { location / { include /etc/nginx/includes/proxy.conf; proxy_pass https://192.168.1.202:9443; + proxy_redirect http://192.168.1.202:9443/ https://cloud.colindiem.com/; } access_log /var/log/nginx/nextcloud-access.log combined;