From 19ef6a884928172f5cfb0ca95a042d572fc08545 Mon Sep 17 00:00:00 2001 From: Jonathan Chun Date: Sun, 14 Apr 2019 13:31:05 -0400 Subject: [PATCH] Fix typo in example conf (#226) --- conf.d/templates/no-ssl.example.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/templates/no-ssl.example.com.conf b/conf.d/templates/no-ssl.example.com.conf index a31fcb4..ed792b1 100644 --- a/conf.d/templates/no-ssl.example.com.conf +++ b/conf.d/templates/no-ssl.example.com.conf @@ -4,7 +4,7 @@ # # This file is a template for a non-secure nginx server. # This nginx server listen the `example.com` host and handle requests. -# Remplace `example.com` with your hostname before enabling. +# Replace `example.com` with your hostname before enabling. # Choose between www and non-www, listen on the wrong one and redirect to # the right one.