roles/nginx: Disable rules for Yoast SEO

Not using Yoast anymore. Now using the much simpler SEO Framework:

https://github.com/sybrew/the-seo-framework
This commit is contained in:
Alan Orth 2016-06-02 11:03:35 +03:00
parent 1ed7d45c7f
commit 24ca33c605
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 5 deletions

View File

@ -20,8 +20,3 @@
deny all;
}
# Yoast SEO plugin
# https://yoast.com/wordpress/plugins/seo/
rewrite ^/sitemap_index\.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;