aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2016-09-14 22:28:40 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2016-09-14 22:28:40 +0000
commitc7d407dd11895fbec0b0667db62c7623c10e6f37 (patch)
tree91ed4d0e6d2bff19d00dd94a04ab1dcb0cce2f5e /UPDATING
parentb7a637307b10215b62a885dbb944eafd07bc7311 (diff)
downloadports-c7d407dd11895fbec0b0667db62c7623c10e6f37.tar.gz
ports-c7d407dd11895fbec0b0667db62c7623c10e6f37.zip
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
Notes
Notes: svn path=/head/; revision=422167
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 01a9e656574e..fe6e8cde6f7e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each time
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