mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05: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