|
61 | 61 | $conf['mysql']['database'] = 'dbispconfig'; |
62 | 62 | $conf['mysql']['admin_user'] = 'root'; |
63 | 63 | $conf['mysql']['admin_password'] = ''; |
64 | | -<<<<<<< HEAD |
65 | | -$conf['mysql']['charset'] = 'utf8mb4'; |
66 | | -======= |
67 | 64 | $conf['mysql']['charset'] = 'utf8'; |
68 | | ->>>>>>> stable-3.1 |
69 | 65 | $conf['mysql']['ispconfig_user'] = 'ispconfig'; |
70 | 66 | $conf['mysql']['ispconfig_password'] = md5(uniqid(rand())); |
71 | 67 | $conf['mysql']['master_slave_setup'] = 'n'; |
|
122 | 118 | $conf['mailman']['config_dir'] = '/etc/mailman'; |
123 | 119 | $conf['mailman']['init_script'] = 'mailman'; |
124 | 120 |
|
125 | | -<<<<<<< HEAD |
126 | 121 | //* mlmmj |
127 | 122 | $conf['mlmmj']['installed'] = false; // will be detected automatically during installation |
128 | 123 | $conf['mlmmj']['config_dir'] = '/etc/mlmmj'; |
129 | 124 |
|
130 | | -======= |
131 | | ->>>>>>> stable-3.1 |
132 | 125 | //* Getmail |
133 | 126 | $conf['getmail']['installed'] = false; // will be detected automatically during installation |
134 | 127 | $conf['getmail']['config_dir'] = '/etc/getmail'; |
|
175 | 168 | //* PowerDNS |
176 | 169 | $conf['powerdns']['installed'] = false; // will be detected automatically during installation |
177 | 170 | $conf['powerdns']['database'] = 'powerdns'; |
178 | | -<<<<<<< HEAD |
179 | 171 | $conf['powerdns']['config_dir'] = '/etc/powerdns/pdns.d'; |
180 | | -======= |
181 | | -$conf["powerdns"]["config_dir"] = '/etc/powerdns/pdns.d'; |
182 | | ->>>>>>> stable-3.1 |
183 | 172 | $conf['powerdns']['init_script'] = 'pdns'; |
184 | 173 |
|
185 | 174 | //* BIND DNS Server |
|
214 | 203 | $conf['nginx']['init_script'] = 'nginx'; |
215 | 204 | $conf['nginx']['vhost_port'] = '8080'; |
216 | 205 | $conf['nginx']['cgi_socket'] = '/var/run/fcgiwrap.socket'; |
217 | | -<<<<<<< HEAD |
218 | | -$conf['nginx']['php_fpm_init_script'] = 'php5-fpm'; |
219 | | -$conf['nginx']['php_fpm_ini_path'] = '/etc/php5/fpm/php.ini'; |
220 | | -$conf['nginx']['php_fpm_pool_dir'] = '/etc/php5/fpm/pool.d'; |
221 | | -$conf['nginx']['php_fpm_start_port'] = 9010; |
222 | | -$conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php5-fpm'; |
223 | | -======= |
224 | 206 | $conf['nginx']['php_fpm_init_script'] = 'php7.0-fpm'; |
225 | 207 | $conf['nginx']['php_fpm_ini_path'] = '/etc/php/7.0/fpm/php.ini'; |
226 | 208 | $conf['nginx']['php_fpm_pool_dir'] = '/etc/php/7.0/fpm/pool.d'; |
227 | 209 | $conf['nginx']['php_fpm_start_port'] = 9010; |
228 | 210 | $conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php7.0-fpm'; |
229 | | ->>>>>>> stable-3.1 |
230 | 211 |
|
231 | 212 | //* OpenVZ |
232 | 213 | $conf['openvz']['installed'] = false; |
|
246 | 227 | //* Metronome XMPP |
247 | 228 | $conf['xmpp']['installed'] = false; |
248 | 229 | $conf['xmpp']['init_script'] = 'metronome'; |
249 | | -<<<<<<< HEAD |
250 | | -======= |
251 | | - |
252 | 230 |
|
253 | | ->>>>>>> stable-3.1 |
254 | 231 | ?> |
0 commit comments