Skip to content

Commit

Permalink
Adapt Updates to nginx configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>

Nextcloud 17 adds the Same-Origin header which was removed with Nextcloud 12.
ref #1597 (which should IMHO be merged before release of Nextcloud 17)
  • Loading branch information
BernieO authored and Backportbot committed Nov 20, 2019
1 parent 568f103 commit d71a75b
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit d71a75b

Please sign in to comment.