Skip to content

Instantly share code, notes, and snippets.

@monecchi
Forked from dennisblume/nginx.conf
Created May 8, 2016 21:07
Show Gist options
  • Select an option

  • Save monecchi/120088179ffe9168b993059e8d5b6a77 to your computer and use it in GitHub Desktop.

Select an option

Save monecchi/120088179ffe9168b993059e8d5b6a77 to your computer and use it in GitHub Desktop.
Yoast NGINX Sitemap Rewrite
# Rewrites for Yoast SEO XML Sitemap
rewrite ^/sitemap_index.xml$ /index.php?sitemap=1 last;
rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment