From 240c276fedae7e9a709a3a798d16c74b50730fee Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Fri, 28 Aug 2015 18:48:55 -0700 Subject: [PATCH] sample nginx.conf has reasonably-short pathnames --- document_root/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/document_root/index.html b/document_root/index.html index 53671d4..64e87ec 100644 --- a/document_root/index.html +++ b/document_root/index.html @@ -102,8 +102,8 @@ come first in the head; any other head content must come *after* these tags --> server { server_name 52-0-56-137.sslip.io; listen 443 ssl; - ssl_certificate /usr/local/etc/nginx/ssl/sslip.io.chained.crt.pem; - ssl_certificate_key /usr/local/etc/nginx/ssl/sslip.io.key.pem; + ssl_certificate /etc/ssl/sslip.io.chained.crt.pem; + ssl_certificate_key /etc/ssl/sslip.io.key.pem; }