Skip to content

Commit f20a721

Browse files
author
Marius Burkard
committed
- fixed diff code
1 parent fe784c5 commit f20a721

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

install/dist/conf/debian90.conf.php

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@
6161
$conf['mysql']['database'] = 'dbispconfig';
6262
$conf['mysql']['admin_user'] = 'root';
6363
$conf['mysql']['admin_password'] = '';
64-
<<<<<<< HEAD
65-
$conf['mysql']['charset'] = 'utf8mb4';
66-
=======
6764
$conf['mysql']['charset'] = 'utf8';
68-
>>>>>>> stable-3.1
6965
$conf['mysql']['ispconfig_user'] = 'ispconfig';
7066
$conf['mysql']['ispconfig_password'] = md5(uniqid(rand()));
7167
$conf['mysql']['master_slave_setup'] = 'n';
@@ -122,13 +118,10 @@
122118
$conf['mailman']['config_dir'] = '/etc/mailman';
123119
$conf['mailman']['init_script'] = 'mailman';
124120

125-
<<<<<<< HEAD
126121
//* mlmmj
127122
$conf['mlmmj']['installed'] = false; // will be detected automatically during installation
128123
$conf['mlmmj']['config_dir'] = '/etc/mlmmj';
129124

130-
=======
131-
>>>>>>> stable-3.1
132125
//* Getmail
133126
$conf['getmail']['installed'] = false; // will be detected automatically during installation
134127
$conf['getmail']['config_dir'] = '/etc/getmail';
@@ -175,11 +168,7 @@
175168
//* PowerDNS
176169
$conf['powerdns']['installed'] = false; // will be detected automatically during installation
177170
$conf['powerdns']['database'] = 'powerdns';
178-
<<<<<<< HEAD
179171
$conf['powerdns']['config_dir'] = '/etc/powerdns/pdns.d';
180-
=======
181-
$conf["powerdns"]["config_dir"] = '/etc/powerdns/pdns.d';
182-
>>>>>>> stable-3.1
183172
$conf['powerdns']['init_script'] = 'pdns';
184173

185174
//* BIND DNS Server
@@ -214,19 +203,11 @@
214203
$conf['nginx']['init_script'] = 'nginx';
215204
$conf['nginx']['vhost_port'] = '8080';
216205
$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-
=======
224206
$conf['nginx']['php_fpm_init_script'] = 'php7.0-fpm';
225207
$conf['nginx']['php_fpm_ini_path'] = '/etc/php/7.0/fpm/php.ini';
226208
$conf['nginx']['php_fpm_pool_dir'] = '/etc/php/7.0/fpm/pool.d';
227209
$conf['nginx']['php_fpm_start_port'] = 9010;
228210
$conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php7.0-fpm';
229-
>>>>>>> stable-3.1
230211

231212
//* OpenVZ
232213
$conf['openvz']['installed'] = false;
@@ -246,9 +227,5 @@
246227
//* Metronome XMPP
247228
$conf['xmpp']['installed'] = false;
248229
$conf['xmpp']['init_script'] = 'metronome';
249-
<<<<<<< HEAD
250-
=======
251-
252230

253-
>>>>>>> stable-3.1
254231
?>

0 commit comments

Comments
 (0)