From c12cf5e80e6cbcfd2470945e821c48f66e2b5c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Mon, 22 Jan 2018 21:57:47 +0100 Subject: [PATCH] WordPress: deny wp-links-opml.php --- public/templates/_wordpress.conf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }