<?xml version="1.0" encoding="UTF-8"?>
<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>antoniolorusso.com &#187; nginx</title>
	<atom:link href="http://antoniolorusso.com/category/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://antoniolorusso.com</link>
	<description>About me and what I do :)</description>
	<lastBuildDate>Mon, 21 Jun 2010 22:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Nginx and $_SERVER[&#039;HTTPS&#039;]</title>
		<link>http://antoniolorusso.com/2010/03/22/nginx-and-_serverhttps/</link>
		<comments>http://antoniolorusso.com/2010/03/22/nginx-and-_serverhttps/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:50:06 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2010/03/22/nginx-and-_serverhttps/</guid>
		<description><![CDATA[When you are using the FastCGI Php version, you would set HTTPS variable if you are serving parts of you website with SSL. To do that, add the following function into the http section of your nginx configuration map $scheme $fastcgi_https { ## Detect when HTTPS is used default off; https on; } and use [...]]]></description>
			<content:encoded><![CDATA[<p>When you are using the FastCGI Php version, you would set HTTPS variable if you are serving parts of you website with SSL.<br />
To do that, add the following function into the http section of your nginx configuration<br />
<code>map $scheme $fastcgi_https { ## Detect when HTTPS is used<br />
default off;<br />
https on;<br />
}<br />
</code><br />
and use the variable into your server section<br />
<code>fastcgi_param  HTTPS $fastcgi_https;</code></p>
<p>Lazy explanation as usual <img src='http://antoniolorusso.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=b551158c-e2e9-8fde-ae41-d8c9797abc56" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2010/03/22/nginx-and-_serverhttps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upstream sent too big header while reading response header from upstream</title>
		<link>http://antoniolorusso.com/2010/03/10/upstream-sent-too-big-header-while-reading-response-header-from-upstream/</link>
		<comments>http://antoniolorusso.com/2010/03/10/upstream-sent-too-big-header-while-reading-response-header-from-upstream/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 17:21:46 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[buffer]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[php-fpm]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2010/03/10/upstream-sent-too-big-header-while-reading-response-header-from-upstream/</guid>
		<description><![CDATA[if you have this error from nginx with php-fpm and output_buffers = On in your php.ini then try to increment the buffer size in nginx:fastcgi_buffers 8 16k;fastcgi_buffer_size 32k;]]></description>
			<content:encoded><![CDATA[<p>if you have this error from nginx with php-fpm and output_buffers = On in your php.ini then try to increment the buffer size in nginx:<br /><code><br />fastcgi_buffers 8 16k;<br />fastcgi_buffer_size 32k;<br /></code></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=17e62287-9b5f-808e-aa5e-5f8b6e6450ee" /></div>
]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2010/03/10/upstream-sent-too-big-header-while-reading-response-header-from-upstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
