cloudpanel-io / vhost-templates

Application Vhost Templates for CloudPanel
https://www.cloudpanel.io
49 stars 42 forks source link

WordPress template - security #39

Open techkodeninja opened 1 month ago

techkodeninja commented 1 month ago

can we add this to the template so that readme.html isn't readable for security purposes

location = /readme.html {
    rewrite ^ /index.php last;
}