<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Basic_Nginx_Config_File</id>
	<title>Basic Nginx Config File - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Basic_Nginx_Config_File"/>
	<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Basic_Nginx_Config_File&amp;action=history"/>
	<updated>2026-05-24T02:10:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://techwiki.co.uk/index.php?title=Basic_Nginx_Config_File&amp;diff=29&amp;oldid=prev</id>
		<title>Adam.birds: Created page with &quot;    #     # The default server     #     server {         listen       80;         server_name example.com *.example.com;                   location / {             root   /va...&quot;</title>
		<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Basic_Nginx_Config_File&amp;diff=29&amp;oldid=prev"/>
		<updated>2016-04-28T10:15:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;    #     # The default server     #     server {         listen       80;         server_name example.com *.example.com;                   location / {             root   /va...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;    #&lt;br /&gt;
    # The default server&lt;br /&gt;
    #&lt;br /&gt;
    server {&lt;br /&gt;
        listen       80;&lt;br /&gt;
        server_name example.com *.example.com;&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
        location / {&lt;br /&gt;
            root   /var/www/vhosts/example.com/htdocs/;&lt;br /&gt;
            index index.php  index.html index.htm;&lt;br /&gt;
        }&lt;br /&gt;
    &lt;br /&gt;
        error_page  404              /404.html;&lt;br /&gt;
            location = /404.html {&lt;br /&gt;
            root   /usr/share/nginx/html;&lt;br /&gt;
        }&lt;br /&gt;
    &lt;br /&gt;
        error_page   500 502 503 504  /50x.html;&lt;br /&gt;
            location = /50x.html {&lt;br /&gt;
            root   /usr/share/nginx/html;&lt;br /&gt;
        }&lt;br /&gt;
    &lt;br /&gt;
        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000&lt;br /&gt;
        #&lt;br /&gt;
        location ~ \.php$ {&lt;br /&gt;
            root           /var/www/vhosts/example.com/htdocs/;&lt;br /&gt;
            try_files      $uri =404;&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;
&lt;br /&gt;
[[Category:Nginx]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Adam.birds</name></author>
		
	</entry>
</feed>