cloudpanel-io / vhost-templates

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

WordPress template - security #39

Open techkodeninja opened 4 days ago

techkodeninja commented 4 days 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;
}