<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Nginx_sites-available</id>
		<title>Nginx sites-available - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Nginx_sites-available"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Nginx_sites-available&amp;action=history"/>
		<updated>2026-04-30T22:34:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Nginx_sites-available&amp;diff=21593&amp;oldid=prev</id>
		<title>VolodyA! V Anarhist: Created page with &quot;{{FormatInfo | name                   = Nginx sites-available | formattype             = electronic | subcat                 = Configuration files | subcat2                = N...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Nginx_sites-available&amp;diff=21593&amp;oldid=prev"/>
				<updated>2015-04-18T13:22:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo | name                   = Nginx sites-available | formattype             = electronic | subcat                 = Configuration files | subcat2                = N...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
| name                   = Nginx sites-available&lt;br /&gt;
| formattype             = electronic&lt;br /&gt;
| subcat                 = Configuration files&lt;br /&gt;
| subcat2                = Nginx configuration files&lt;br /&gt;
| subcat3                = &lt;br /&gt;
| subcat4                = &lt;br /&gt;
| subcat5                = &lt;br /&gt;
| thiscat                = &lt;br /&gt;
| extensions             = &lt;br /&gt;
| mimetypes              = text/plain&lt;br /&gt;
| locfdd                 = &lt;br /&gt;
| fourccs                =&lt;br /&gt;
| pronom                 =&lt;br /&gt;
| type code              =&lt;br /&gt;
| uniform type           =&lt;br /&gt;
| conforms to            = &lt;br /&gt;
| released               =&lt;br /&gt;
| image                  =&lt;br /&gt;
| caption                =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
These are plain text files which normally reside in sites-available directory within Nginx configuration location, and are linked from sites-enabled directory via a [[symbolic link]].&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;pre&amp;gt;server&lt;br /&gt;
{&lt;br /&gt;
	listen 80 default_server;&lt;br /&gt;
	listen [::]:80 default_server ipv6only=on;&lt;br /&gt;
&lt;br /&gt;
	server_name localhost;&lt;br /&gt;
&lt;br /&gt;
	root /usr/share/nginx/html;&lt;br /&gt;
&lt;br /&gt;
	location /&lt;br /&gt;
	{&lt;br /&gt;
		&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	location /volodya/&lt;br /&gt;
	{&lt;br /&gt;
		index index.html;&lt;br /&gt;
		alias /home/volodya/job/2302/php/;&lt;br /&gt;
		&lt;br /&gt;
		location ~ \.php$&lt;br /&gt;
		{&lt;br /&gt;
			fastcgi_split_path_info ^(.+\.php)(/.+)$;&lt;br /&gt;
			# NOTE: You should have &amp;quot;cgi.fix_pathinfo = 0;&amp;quot; in php.ini&lt;br /&gt;
			&lt;br /&gt;
			# With php5-cgi alone:&lt;br /&gt;
			#fastcgi_pass 127.0.0.1:9000;&lt;br /&gt;
			# With php5-fpm:&lt;br /&gt;
			fastcgi_pass unix:/var/run/php5-fpm.sock;&lt;br /&gt;
			fastcgi_index index.php;&lt;br /&gt;
			include fastcgi_params;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>VolodyA! V Anarhist</name></author>	</entry>

	</feed>