X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/9fea93f6fcfc4c94ba85c85cb52503ba1492f153..90b86d2163903e8815d0c7ab751e15d185abdee8:/README.md diff --git a/README.md b/README.md index 103c2bb..fba0a68 100644 --- 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 {