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
# The resolver for the Docker network. # The resolver for the Docker network.
resolver 127.0.0.11 valid=30s; resolver 127.0.0.11 valid=30s;
gzip on; gzip on;
tcp_nopush on; tcp_nopush on;
tcp_nodelay on; tcp_nodelay on;
server_tokens off; server_tokens off;
include snippets/common-headers.conf; proxy_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
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