Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 22:28:40 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422167 - head
Message-ID:  <201609142228.u8EMSeQT046477@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Sep 14 22:28:40 2016
New Revision: 422167
URL: https://svnweb.freebsd.org/changeset/ports/422167

Log:
  www/nginx-devel: Change default log locations to avoid /var/log pollution
  
  The nginx error log default will always be touched regardless of the value
  of the error_log directive in nginx.conf.  This is not a bug.  It also
  breaks shell tab completion for the sane default of /var/log/nginx.
  
  This change aligns the compiled-in default and the configuration default
  of error log to a new default /var/log/nginx directory.
  
  PR:	212416

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Sep 14 22:25:07 2016	(r422166)
+++ head/UPDATING	Wed Sep 14 22:28:40 2016	(r422167)
@@ -6,6 +6,19 @@ You should get into the habit of checkin
 you update your ports collection, before attempting any port upgrades.
 
 20160914:
+  AFFECTS: uses of www/nginx-devel
+  AUTHOR: osa@FreeBSD.org
+
+  Nginx now creates logs under /var/log/nginx/ and changes default log
+  names from "nginx-access.log" and "nginx-error.log" to "access.log" and
+  "error.log" respectively.  This is important for the error log because
+  the location is encoded and touched by nginx during startup regardless
+  of the configured location for the error log.
+
+  See http://trac.nginx.org/nginx/ticket/147 for additional information
+  on why this happens.
+
+20160914:
   AFFECTS: users of deskutils/xfce4-volumed-pulse
   AUTHOR: olivierd@FreeBSD.org
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609142228.u8EMSeQT046477>