[arch-commits] Commit in nginx/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Dec 24 08:43:10 UTC 2013


    Date: Tuesday, December 24, 2013 @ 09:43:10
  Author: bpiotrowski
Revision: 102926

upgpkg: nginx 1.4.4-2

- log errors to stderr by default (FS#38011)

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-24 08:38:45 UTC (rev 102925)
+++ PKGBUILD	2013-12-24 08:43:10 UTC (rev 102926)
@@ -6,7 +6,7 @@
 
 pkgname=nginx
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -41,7 +41,7 @@
         --user=http \
         --group=http \
         --http-log-path=/var/log/nginx/access.log \
-        --error-log-path=/var/log/nginx/error.log \
+        --error-log-path=stderr \
         --http-client-body-temp-path=/var/lib/nginx/client-body \
         --http-proxy-temp-path=/var/lib/nginx/proxy \
         --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \




More information about the arch-commits mailing list