Noticed proxy was using http.

This commit is contained in:
Colin Diem
2021-04-08 22:19:12 -04:00
parent f8f21c21de
commit 6e18edf665

View File

@@ -80,7 +80,7 @@ server {
location / {
include /etc/nginx/includes/proxy.conf;
proxy_pass http://192.168.1.202:9443;
proxy_pass https://192.168.1.202:9443;
}
access_log /var/log/nginx/nextcloud-access.log combined;