From 4a95d84d0d3a49e967e87a4fd2798e1847dbcaed Mon Sep 17 00:00:00 2001 From: Steve Kamerman Date: Wed, 2 Dec 2015 21:46:05 -0500 Subject: [PATCH] Trying to trigger CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b5391..691696d 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ a 503. To serve traffic in both SSL and non-SSL modes without redirecting to SSL, you can include the environment variable `HTTPS_METHOD=noredirect` (the default is `HTTPS_METHOD=redirect`). You can also -disable the non-SSL site entirely with `HTTPS_METHOD=nohttp`. +disable the non-SSL site entirely with `HTTPS_METHOD=nohttp`. ### Basic Authentication Support