projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc512cc
)
forgot semicolon
author
Bryan
<btbonval@gmail.com>
Sat, 8 Feb 2014 00:16:27 +0000
(19:16 -0500)
committer
Bryan
<btbonval@gmail.com>
Sat, 8 Feb 2014 00:16:27 +0000
(19:16 -0500)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/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 {