<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Nginx &#8211; Webbjocke</title>
	<atom:link href="https://webbjocke.com/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbjocke.com</link>
	<description>A blog about the web and programming</description>
	<lastBuildDate>Mon, 18 Dec 2017 19:57:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<item>
		<title>Simple Wp Sitemap on Nginx</title>
		<link>https://webbjocke.com/simple-wp-sitemap-on-nginx/</link>
				<comments>https://webbjocke.com/simple-wp-sitemap-on-nginx/#respond</comments>
				<pubDate>Mon, 18 Dec 2017 19:57:38 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Code tools]]></category>
		<category><![CDATA[Nginx]]></category>
				<description><![CDATA[<p>To get Simple Wp Sitemap working on Nginx, add the following rewrite rules for free or premium to the server { } section in your server file nginx.conf. # Simple Wp Sitemaplocation ~ /sitemap\.(xml&#124;html) {rewrite ^/sitemap\.(xml&#124;html)$ /index.php?thesimplewpsitemap=$1 last;} # Simple Wp Sitemap Premiumlocation ~ /sitemap(.*)\.(xml&#124;html) {rewrite ^/sitemap\.(xml&#124;html)$ /index.php?swsitemap=$1 last;rewrite ^/sitemap-home\.xml$ /index.php?swsitemap=xml&#38;swsitemaptype=homepage last;rewrite ^/sitemap-(.*)\.xml$ /index.php?swsitemap=xml&#38;swsitemaptype=$1 last;}</p>
<p>The post <a rel="nofollow" href="https://webbjocke.com/simple-wp-sitemap-on-nginx/">Simple Wp Sitemap on Nginx</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/simple-wp-sitemap-on-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
