pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nagios-base/files Add "Require all granted" to mat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2fe5a062d5eb
branches: trunk
changeset: 391619:2fe5a062d5eb
user: sekiya <sekiya%pkgsrc.org@localhost>
date: Tue Jan 10 23:42:16 2023 +0000
description:
Add "Require all granted" to match current default Apache configuration.
diffstat:
net/nagios-base/files/nagios.conf.dist | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 9817bd200bcc -r 2fe5a062d5eb net/nagios-base/files/nagios.conf.dist
--- a/net/nagios-base/files/nagios.conf.dist Tue Jan 10 22:07:49 2023 +0000
+++ b/net/nagios-base/files/nagios.conf.dist Tue Jan 10 23:42:16 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: nagios.conf.dist,v 1.2 2006/03/28 06:13:30 wiz Exp $
+# $NetBSD: nagios.conf.dist,v 1.3 2023/01/10 23:42:16 sekiya Exp $
#
# nagios configuration file fragment for Apache
@@ -12,6 +12,7 @@
order allow,deny
allow from all
Options ExecCGI
+ Require all granted
</Directory>
@@ -19,4 +20,5 @@
AllowOverride AuthConfig
order allow,deny
allow from all
+ Require all granted
</Directory>
Home |
Main Index |
Thread Index |
Old Index