mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-23 18:57:23 +01:00
Disabled owncloud, not needed and incompatible with php 8.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user