diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 13:22:08 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-13 13:22:08 +0100 |
commit | 3eb6d5bafd1b97255ec45c843a2522dc07bdea6d (patch) | |
tree | 8faf907ae82391410941e4f4b769b3456de7ed0e /etc/apache2 | |
parent | 638355a2b83d54c525003edba0025ae173b396a0 (diff) | |
parent | 975d424fb8b4ddfeafce503746511a98b21cc5dd (diff) | |
download | jenkins.debian.net-3eb6d5bafd1b97255ec45c843a2522dc07bdea6d.tar.xz |
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
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> |