Skip to content
Snippets Groups Projects
Commit 83081472 authored by nimrod's avatar nimrod
Browse files

Set proxy_ssl_trusted_certificate.

Use the CA certificate bundle. For proxying secure services (like using
Vouch).
parent dcd85176
No related branches found
No related tags found
No related merge requests found
Pipeline #770 passed
...@@ -4,4 +4,5 @@ gzip on; ...@@ -4,4 +4,5 @@ gzip on;
tcp_nopush on; tcp_nopush on;
tcp_nodelay on; tcp_nodelay on;
server_tokens off; server_tokens off;
proxy_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
include snippets/common-headers.conf; include snippets/common-headers.conf;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment