%PDF- %PDF-
| Direktori : /etc/nginx/conf.d/server-includes/ |
| Current File : //etc/nginx/conf.d/server-includes/cpanel-static-locations.conf |
# do not serve Apache .htaccess files
location ~ /\.ht {
deny all;
log_not_found off;
access_log off;
return 403;
}
location ~ \/whm-server-status {
deny all;
log_not_found off;
access_log off;
return 403;
}