Skip to content

Commit 8fa8ed5

Browse files
author
Till Brehm
committed
Adjusted paths for BIND config in centos 7.
1 parent c91c7a6 commit 8fa8ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/dist/conf/centos70.conf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@
171171
$conf['bind']['installed'] = false; // will be detected automatically during installation
172172
$conf['bind']['bind_user'] = 'named';
173173
$conf['bind']['bind_group'] = 'named';
174-
$conf['bind']['bind_zonefiles_dir'] = '/var/named/chroot/var/named/';
175-
$conf['bind']['named_conf_path'] = '/var/named/chroot/etc/named.conf';
176-
$conf['bind']['named_conf_local_path'] = '/var/named/chroot/var/named/named.local';
174+
$conf['bind']['bind_zonefiles_dir'] = '/var/named';
175+
$conf['bind']['named_conf_path'] = '/etc/named.conf';
176+
$conf['bind']['named_conf_local_path'] = '/etc/named.conf.local';
177177
$conf['bind']['init_script'] = 'named';
178178

179179
//* Jailkit

0 commit comments

Comments
 (0)