Fix file path

This commit is contained in:
Devon Mackay 2018-08-08 14:18:13 -04:00
parent be653fd702
commit e098dc8619

View File

@ -57,7 +57,7 @@ data:
# Request and validate client certificate
ssl_verify_client on;
ssl_verify_depth 10;
ssl_client_certificate /etc/nginx/ssl/client-ca-bundle.pem;
ssl_client_certificate /etc/ssl/client-ca-bundle.pem;
# Guard against HTTPS -> HTTP downgrade
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; always";
location / {