mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
Disabled owncloud, not needed and incompatible with php 8.2
This commit is contained in:
parent
3795904150
commit
6bfbfbda90
@ -30,13 +30,14 @@ logpath = /var/log/nginx/access.log
|
||||
maxretry = 20
|
||||
findtime = 30
|
||||
|
||||
[miab-owncloud]
|
||||
enabled = true
|
||||
port = http,https
|
||||
filter = miab-owncloud
|
||||
logpath = STORAGE_ROOT/owncloud/nextcloud.log
|
||||
maxretry = 20
|
||||
findtime = 120
|
||||
#Disabling owncloud, that is not compatible with php 8.2 but I don't need it
|
||||
#[miab-owncloud]
|
||||
#enabled = true
|
||||
#port = http,https
|
||||
#filter = miab-owncloud
|
||||
#logpath = STORAGE_ROOT/owncloud/nextcloud.log
|
||||
#maxretry = 20
|
||||
#findtime = 120
|
||||
|
||||
[miab-postfix465]
|
||||
enabled = true
|
||||
|
@ -117,7 +117,7 @@ source setup/dkim.sh
|
||||
source setup/spamassassin.sh
|
||||
source setup/web.sh
|
||||
source setup/webmail.sh
|
||||
source setup/nextcloud.sh
|
||||
#source setup/nextcloud.sh
|
||||
source setup/zpush.sh
|
||||
source setup/management.sh
|
||||
source setup/munin.sh
|
||||
|
Loading…
Reference in New Issue
Block a user