Update README.md
This commit is contained in:
parent
9fea93f6fc
commit
ff4e4efe78
1 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue