]> jfr.im git - uguu.git/commitdiff
Update README.md
authorEric Johansson (neku) <redacted>
Sun, 15 May 2016 15:08:38 +0000 (17:08 +0200)
committerEric Johansson (neku) <redacted>
Sun, 15 May 2016 15:08:38 +0000 (17:08 +0200)
README.md

index 103c2bb80f989e1b2dd95844eca2fe585725df35..fba0a68feebfe53be61a6421c25d6772878b46ab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,8 +53,6 @@ server{
     autoindex           off;
     index                       index.html index.php;
 
-return 301 https://$host$request_uri;
-
     location ~* \.php$ {
         fastcgi_pass unix:/var/run/php5-fpm.sock;
         fastcgi_intercept_errors on;
@@ -82,8 +80,6 @@ server{
     autoindex       off;
     index           index.html;
 
-return 301 https://$host$request_uri;
-
         error_page      404 /404.html;
         error_page      403 /404.html;
         location /404.html {