ejbca stuff
parent
d41ee32e44
commit
823411f96c
|
@ -6,12 +6,8 @@ server {
|
||||||
location / {
|
location / {
|
||||||
allow 63.141.252.133;
|
allow 63.141.252.133;
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass https://localhost:7563;
|
proxy_pass https://localhost:7563/ejbca;
|
||||||
proxy_http_version 1.1;
|
proxy_set_header X-SSL-CERT $http_x_client_cert;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection "upgrade";
|
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue