forgot semicolon
authorBryan <btbonval@gmail.com>
Sat, 8 Feb 2014 00:16:27 +0000 (19:16 -0500)
committerBryan <btbonval@gmail.com>
Sat, 8 Feb 2014 00:16:27 +0000 (19:16 -0500)
README.md

index c631795d616e5438747d0624f1172f14fb3e1dac..439ba60e26a10376549fe5e7f97de90fd4ae5f79 100644 (file)
--- 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 {