diff --git a/public/templates/_wordpress.conf.html b/public/templates/_wordpress.conf.html index 94e41b7..53c483e 100644 --- a/public/templates/_wordpress.conf.html +++ b/public/templates/_wordpress.conf.html @@ -19,7 +19,7 @@ location ~* ^/wp-content/plugins/.*\.(?!{{ extensions.assets }}|{{ extensions.fo } # WordPress stuff -location ~* ^/(?:xmlrpc\.php|wp-config\.php|wp-config-sample\.php|wp-comments-post\.php|readme\.html|license\.txt)$ { +location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|wp-comments-post\.php|readme\.html|license\.txt)$ { deny all; }