Changing proxy_pass back to http.

This commit is contained in:
Colin Diem
2021-04-09 00:07:33 -04:00
parent 901727e7af
commit 79326b6a46
2 changed files with 2 additions and 1 deletions

View File

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