diff --git a/nginx-reverse-proxy/default.conf b/nginx-reverse-proxy/default.conf index d7b1be3..aab1ac3 100644 --- a/nginx-reverse-proxy/default.conf +++ b/nginx-reverse-proxy/default.conf @@ -81,7 +81,6 @@ server { location / { include /etc/nginx/includes/proxy.conf; proxy_pass https://192.168.1.202:9443; - proxy_redirect https://cloud.colindiem.com/ http://cloud.colindiem.com/; } access_log /var/log/nginx/nextcloud-access.log combined;