<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tnt.aufbix.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>tnt.aufbix.org nginx</title>
        <description></description>
        <link>https://tnt.aufbix.org/</link>
        <lastBuildDate>Sun, 03 May 2026 10:14:59 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://tnt.aufbix.org/ttps://tnt.aufbix.org/lib/tpl/arctic/images/favicon.ico</url>
            <title>tnt.aufbix.org</title>
            <link>https://tnt.aufbix.org/</link>
        </image>
        <item>
            <title>nginx:balander</title>
            <link>https://tnt.aufbix.org/nginx/balander?rev=1262537365&amp;do=diff</link>
            <description>Using Nginx as a load balancer

original document at &lt;http://mickeyben.com/2009/12/30/using-nginx-as-a-load-balancer.html&gt;

Here’s a look at how nginx does basic load balancing :

This configuration will send 50% of the requests for www.yoursite.com to yoursite1.yoursite.com and the other 50% to yoursite2.yoursite.com.

ip_hash

You can specify the ip_hash directive that guarantees the client request will always be transferred to the same server.
If this server is considered inoperative, then th…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>nginx</category>
            <pubDate>Sun, 03 Jan 2010 17:49:25 +0000</pubDate>
        </item>
        <item>
            <title>nginx:logging</title>
            <link>https://tnt.aufbix.org/nginx/logging?rev=1397596472&amp;do=diff</link>
            <description>key=value logs with nginx

For example I use the following now:

Put this in your http {} block and wherever you define a new access log file append keyvalue (or the name you have chosen) like this:
 access_log  /var/log/nginx/access.log  keyvalue;
And voilà:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>nginx</category>
            <pubDate>Tue, 15 Apr 2014 23:14:32 +0000</pubDate>
        </item>
        <item>
            <title>nginx:php5-fpm</title>
            <link>https://tnt.aufbix.org/nginx/php5-fpm?rev=1265673469&amp;do=diff</link>
            <description>PHP-FPM + NGINX

Semi debian style (from sources)

Build essential
 apt-get install build-essential autoconf2.59 libpcre3-dev libssl-dev
 apt-get install libxml2-dev libcurl4-openssl-dev libpq-dev libmysqlclient15-dev
Libevent

PHP-FPM

PHP

Adding PHP users / patching PHP source and compiling</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>nginx</category>
            <pubDate>Tue, 09 Feb 2010 00:57:49 +0000</pubDate>
        </item>
        <item>
            <title>nginx:sidebar</title>
            <link>https://tnt.aufbix.org/nginx/sidebar?rev=1397596358&amp;do=diff</link>
            <description>Nginx

	*  Nginx as load balancer
	*  Nginx + PHP5-FPM (5.3)
	*  Nginx logging section

elsewhere

	*  Introduction to nginx.conf scripting</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>nginx</category>
            <pubDate>Tue, 15 Apr 2014 23:12:38 +0000</pubDate>
        </item>
    </channel>
</rss>
