]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx.conf
drop manual files install
[packages/nginx.git] / nginx.conf
index 19abb8871166d2150258e1df1230f15da7728b8b..25a68094097dae141d422fb534c218b5047a7b47 100644 (file)
@@ -48,7 +48,7 @@ http {
                #ssl_stapling_verify on;
 
                # verify chain of trust of OCSP response using Root CA and Intermediate certs
-               #ssl_trusted_certificate /path/to/root_CA_cert_plus_intermediates;
+               #ssl_trusted_certificate /etc/nginx/ca.crt;
 
                server_name     localhost;
                access_log      /var/log/nginx/nginx-@type@_access.log main;
This page took 0.029111 seconds and 4 git commands to generate.