mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-06 16:07:22 +01:00
Bump Nextcloud to v25.0.7 (#2268)
Also - bumps calendar and contacts apps - adds extra migration steps between these versions - adds cron job for Calendar updates - rotates nextloud log file after upgrading - adds primary key indices migrations - adjusts configs slightly - adds more well-known entries in nginx to improve service discovery - reformats some comments (line-breaking)
This commit is contained in:
committed by
GitHub
parent
8b19d15735
commit
98628622c7
@@ -73,4 +73,9 @@
|
||||
rewrite ^/.well-known/carddav /cloud/remote.php/carddav/ redirect;
|
||||
rewrite ^/.well-known/caldav /cloud/remote.php/caldav/ redirect;
|
||||
|
||||
# This addresses those service discovery issues mentioned in:
|
||||
# https://docs.nextcloud.com/server/23/admin_manual/issues/general_troubleshooting.html#service-discovery
|
||||
rewrite ^/.well-known/webfinger /cloud/index.php/.well-known/webfinger redirect;
|
||||
rewrite ^/.well-known/nodeinfo /cloud/index.php/.well-known/nodeinfo redirect;
|
||||
|
||||
# ADDITIONAL DIRECTIVES HERE
|
||||
|
||||
Reference in New Issue
Block a user