change routing for Canvas

merge-requests/2/head
Matthew 2021-06-01 01:14:27 -04:00
parent 55a5b5e553
commit de0bb4c0a3
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_pass http://node3.ins:8001;
proxy_pass https://node3.ins:8001;
proxy_read_timeout 90;
}
}