1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-23 07:51:56 +00:00

chore: styling

This commit is contained in:
Niek
2025-06-10 10:40:00 +02:00
parent 7edf50a9e5
commit 03403dedd6

View File

@@ -1051,7 +1051,7 @@ server {
{{- if (exists (printf "/etc/nginx/certs/%s.crl.pem" $vhostFileName)) }}
ssl_crl {{ printf "/etc/nginx/certs/%s.crl.pem" $vhostFileName }};
{{ end }}
{{/* If no vhost CA file exists, but a global ca.crt exists include it */}}
{{/* Else if no vhost CA file exists, but a global ca.crt exists include it */}}
{{ else if (exists "/etc/nginx/certs/ca.crt") }}
ssl_client_certificate /etc/nginx/certs/ca.crt;
ssl_verify_client {{ $vhost.ssl_verify_client }};