change to subdomain

master
Matthew 2024-12-05 13:05:54 -05:00
parent f0c2e65279
commit a21d992910
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header X-Client-Cert $http_x_client_cert;
proxy_set_header X-Client-Verify $http_x_client_verify;
}
}