diff --git a/conf/nginx.conf b/conf/nginx.conf index 8bc9b8b..0957f8f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,7 +17,7 @@ server { # SSL configuration listen 443 ssl; ssl_certificate /etc/ssl/certs/phrinifluent.crt; - ssl_certificate_key /etc/ssl/certs/phrinifluent.key; + ssl_certificate_key /etc/ssl/private/phrinifluent.key; # Further SSL options and optimizations can be added here }