Skip to content

Commit

Permalink
Completely switch to Ubuntu 22.04.
Browse files Browse the repository at this point in the history
closes #116
  • Loading branch information
iredmail committed Oct 4, 2022
1 parent 1890392 commit 8ad5796
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion config/etc/supervisor/conf-available/phpfpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;

[program:phpfpm]
command=/usr/sbin/php-fpm7.4 -c /etc/php/7.4 -F
command=/usr/sbin/php-fpm8.1 -c /etc/php/8.1 -F
priority=30
startsecs=0
autostart=true
Expand Down
5 changes: 3 additions & 2 deletions config/opt/www/roundcubemail-1.5.3/config/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
$config['log_logins'] = true;

// IMAP
//$config['default_host'] = 'tls://127.0.0.1';
$config['default_host'] = '127.0.0.1';
// Local connection is considered as secure by Dovecot. If you have issue with
// TLS enabled, try to remove the `tls://` prefix.
$config['default_host'] = 'tls://127.0.0.1';
$config['default_port'] = 143;
$config['imap_auth_type'] = 'LOGIN';
$config['imap_delimiter'] = '/';
Expand Down
6 changes: 3 additions & 3 deletions config/root/iRedMail/iRedMail.tips
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@ full email address.

## PHP

* PHP config file: /etc/php/7.4/fpm/php.ini
* PHP config file: /etc/php/8.1/fpm/php.ini

## PHP-FPM

* Main config file: /etc/php/7.4/fpm/php-fpm.conf
* Default pool config file: /etc/php/7.4/fpm/pool.d/www.conf
* Main config file: /etc/php/8.1/fpm/php-fpm.conf
* Default pool config file: /etc/php/8.1/fpm/pool.d/www.conf
* Log files: /var/log/php-fpm
* Socket path: /run/php-fpm.socket

Expand Down

0 comments on commit 8ad5796

Please sign in to comment.