location / {
index index.php index.html;
if ( $http_host !~* ^127.0.0.1) {
return 403;
}
autoindex on;
}

location / {
index index.php index.html;
if ( $http_host !~* ^127.0.0.1) {
return 403;
}
autoindex on;
}