Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions admin_manual/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ versions linked.
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";``
* In the Nginx configuration the Same-Origin header was added. Please add
this line to your Nginx config: ``add_header X-Frame-Options "SAMEORIGIN" always;``
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
Expand Down