mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: added proxy header for amazon mtls client cert
This commit is contained in:
@@ -22,6 +22,9 @@ server {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-NginX-Proxy true;
|
||||
|
||||
# specific for infisical cloud setup, needed for server-side mTLS
|
||||
proxy_set_header X-SSL-Client-Cert $http_x_amzn_mtls_clientcert
|
||||
|
||||
proxy_pass http://backend:4000;
|
||||
proxy_redirect off;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user