From 9917d299ac19d4896e22488b678a86af538f8d21 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 11 Aug 2021 20:13:20 +0100 Subject: [PATCH] readme file updates --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 1364796..100c03c 100644 --- a/README.MD +++ b/README.MD @@ -28,8 +28,8 @@ For example, in nginx: server { listen 443 ssl; server_name autoconfig.example.com; - ssl_certificate /path/to/certificate.file; - ssl_certificate_key /path/to/certificate.key + ssl_certificate /path/to/certificate.file; + ssl_certificate_key /path/to/certificate.key location / { proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Server $host;