From a8b48fba824b65c32a429482af1df8701260c4e2 Mon Sep 17 00:00:00 2001
From: Bryan <btbonval@gmail.com>
Date: Fri, 7 Feb 2014 19:16:27 -0500
Subject: [PATCH] forgot semicolon

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c631795..439ba60 100644
--- a/README.md
+++ b/README.md
@@ -311,7 +311,7 @@ not generally be needed.
         server {
             listen 80;
             server_name localhost;
-            return 301 https://$host$request_uri
+            return 301 https://$host$request_uri;
         }
 
         server {
-- 
2.25.1