X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=nginx.conf;h=25a68094097dae141d422fb534c218b5047a7b47;hb=3c75ce8a320f49acfc43838b79069abdb31e9429;hp=19abb8871166d2150258e1df1230f15da7728b8b;hpb=548f12d177b34002a5a7b9a9a886114aa979c0c1;p=packages%2Fnginx.git diff --git a/nginx.conf b/nginx.conf index 19abb88..25a6809 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;