ejbca stuff

master
Matthew 2024-12-22 20:49:16 -05:00
parent 7927ecc159
commit 36457719b4
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 2 additions and 1 deletions

View File

@ -6,11 +6,12 @@ server {
location / { location / {
allow 63.141.252.133; allow 63.141.252.133;
deny all; deny all;
proxy_pass https://localhost:7563; proxy_pass http://localhost:7562;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
proxy_set_header X-Client-Cert $http_x_client_cert; proxy_set_header X-Client-Cert $http_x_client_cert;
proxy_set_header SSL_CLIENT_CERT $ssl_client_cert;
proxy_set_header X-Client-Verify $http_x_client_verify; proxy_set_header X-Client-Verify $http_x_client_verify;
} }