<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.nginx.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.nginx.org/index.php?title=CMS_Made_Simple&amp;feed=atom&amp;action=history</id>
		<title>CMS Made Simple - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.nginx.org/index.php?title=CMS_Made_Simple&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=CMS_Made_Simple&amp;action=history"/>
		<updated>2013-05-25T12:18:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://wiki.nginx.org/index.php?title=CMS_Made_Simple&amp;diff=1036&amp;oldid=prev</id>
		<title>MichaelLustfield at 18:58, 22 September 2011</title>
		<link rel="alternate" type="text/html" href="http://wiki.nginx.org/index.php?title=CMS_Made_Simple&amp;diff=1036&amp;oldid=prev"/>
				<updated>2011-09-22T18:58:41Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here's my current working config:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;nginx&amp;quot;&amp;gt;&lt;br /&gt;
server {&lt;br /&gt;
        listen 80;&lt;br /&gt;
        server_name .domain.tld;&lt;br /&gt;
        root /var/www/cms;  # Directory root of your CMS.&lt;br /&gt;
        index index.php index.html index.htm;&lt;br /&gt;
&lt;br /&gt;
        location / {&lt;br /&gt;
                try_files $uri $uri/ /index.php?page=$request_uri;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        location ~ \.php$ {&lt;br /&gt;
                include fastcgi_params;&lt;br /&gt;
                fastcgi_pass 127.0.0.1:9000;&lt;br /&gt;
                fastcgi_index index.php;&lt;br /&gt;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;/div&gt;</summary>
		<author><name>MichaelLustfield</name></author>	</entry>

	</feed>