From c57b103e1902cf3a871e83ee69667fb50bdc77c6 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Thu, 8 Apr 2021 22:10:38 -0400 Subject: [PATCH] Tweaking nextcloud proxy. --- nginx-reverse-proxy/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-reverse-proxy/default.conf b/nginx-reverse-proxy/default.conf index 6ca88e6..8ff6086 100644 --- a/nginx-reverse-proxy/default.conf +++ b/nginx-reverse-proxy/default.conf @@ -76,7 +76,7 @@ server { location / { include /etc/nginx/includes/proxy.conf; - proxy_pass http://192.168.1.202; + proxy_pass http://192.168.1.202:9443; } access_log /var/log/nginx/nextcloud-access.log combined;