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;