diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-13 12:21:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-13 12:21:09 +0100 |
commit | 975d424fb8b4ddfeafce503746511a98b21cc5dd (patch) | |
tree | 8faf907ae82391410941e4f4b769b3456de7ed0e /etc/apache2 | |
parent | 8cd85f471c01d2c5aaeea2578842b062593b648e (diff) | |
download | jenkins.debian.net-975d424fb8b4ddfeafce503746511a98b21cc5dd.tar.xz |
update for new IP
Diffstat (limited to 'etc/apache2')
-rw-r--r-- | etc/apache2/conf.d/munin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/apache2/conf.d/munin b/etc/apache2/conf.d/munin index e81528d7..feb4e9fd 100644 --- a/etc/apache2/conf.d/munin +++ b/etc/apache2/conf.d/munin @@ -96,7 +96,7 @@ ExtendedStatus On Order deny,allow Deny from all Allow from 127.0.0.1 - Allow from 46.16.77.49 + Allow from 46.16.73.183 </Location> </IfModule> |