Welcome to Tweak's coffee.2

This commit is contained in:
Colin Diem
2021-04-08 23:00:19 -04:00
parent 9f3c01fc9d
commit e2941df62a

View File

@@ -85,7 +85,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass https://192.168.1.202:9443;
proxy_redirect http://192.168.1.202:9443/ http://cloud.colindiem.com/;
proxy_redirect https://192.168.1.202:9443/ http://cloud.colindiem.com/;
}
access_log /var/log/nginx/nextcloud-access.log combined;