From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Date: Mon, 13 Aug 2012 15:35:18 +0300 From: Michael Shigorin To: ALT Linux Sisyphus discussions Message-ID: <20120813123518.GR2999@osdn.org.ua> Mail-Followup-To: ALT Linux Sisyphus discussions References: <1399567.2c3SDnGVkO@epiphanov.bkpi82.nikiet.ru> <3316936.miJVjGLYEe@epiphanov.bkpi82.nikiet.ru> <20120813105125.GA15627@mw.mithraen.ru> <1904008.2oUyE6oa1S@epiphanov.bkpi82.nikiet.ru> <20120813122913.GA5882@mw.mithraen.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20120813122913.GA5882@mw.mithraen.ru> User-Agent: Mutt/1.4.2.1i Subject: [sisyphus] =?koi8-r?b?W0pUXSBSZTog79vJwsvBIM/UIHZzZnRwZA==?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: shigorin@gmail.com, ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 12:35:23 -0000 Archived-At: List-Archive: List-Post: --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Aug 13, 2012 at 04:29:13PM +0400, Денис Смирнов wrote: > > Ничего не мешает, кроме лишнего времени, необходимого для > > настройки nginx, с которым я не знаком, > Для раздачи статики -- 15 минут. Конфиг дай, умник. :) И давай скажем спасибо нашедшему баг. -- ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Description: /etc/nginx/sites-available.d/mirror.conf Content-Disposition: attachment; filename="mirror.conf" server { listen my.ip.ad.dr; server_name my.host.name; location / { root /pub/Linux; autoindex on; } } --pvezYHf7grwyp3Bc--