Tweaking nextcloud proxy.

This commit is contained in:
Colin Diem
2021-04-08 22:10:38 -04:00
parent d36a971421
commit c57b103e19

View File

@@ -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;