Current Path :
/
etc
/
nginx
/
conf.d
/
server-includes
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//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; }