mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
36 lines
1.2 KiB
ReStructuredText
36 lines
1.2 KiB
ReStructuredText
=============
|
|
Release Notes
|
|
=============
|
|
|
|
Changes in Nextcloud 12
|
|
-----------------------
|
|
|
|
.. TODO ON RELEASE: Update version number above on release
|
|
|
|
Updates to Nginx configuration
|
|
==============================
|
|
|
|
* In the Nginx configuration the Same-Origin header was removed. This is now
|
|
handled in PHP and keeping it will result in a wrong header. Please remove
|
|
those lines in your Nginx config:
|
|
``add_header X-Frame-Options "SAMEORIGIN";``
|
|
See :doc:`installation/nginx`
|
|
* For improvements in serving HTTP requests the Nginx configuration now has
|
|
HTTP 2 enabled. Please update your Nginx config accordingly. See
|
|
:doc:`installation/nginx`
|
|
|
|
Q & A
|
|
-----
|
|
|
|
Could not install core app bundle
|
|
=================================
|
|
|
|
The following error message is shown during the update: "Repair warning: Could
|
|
not install core app bundle: Could not download app <app>".
|
|
|
|
This basically means that Nextcloud could not fetch the app from the appstore
|
|
automatically. This could have multiple reasons: either you disabled the
|
|
appstore with the config.php flag or your server could not reach the app store.
|
|
The instance will work fine, but the features that are usually provided by this
|
|
app are not available.
|