Merge pull request #455 from nextcloud/improve-headers

Improve headings of admin manual
This commit is contained in:
Morris Jobke
2017-05-14 13:59:17 -05:00
committed by GitHub
2 changed files with 12 additions and 10 deletions

View File

@@ -1,9 +1,6 @@
=============================================================
Nextcloud |version| Server Administration Manual Introduction
=============================================================
============
Introduction
------------
============
Welcome to the Nextcloud Server Administration Guide. This guide describes
administration tasks for Nextcloud, the flexible open source file synchronization

View File

@@ -1,15 +1,20 @@
=================================
Nextcloud |version| Release Notes
=================================
=============
Release Notes
=============
Changes in Nextcloud 12
-----------------------
Changes in 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`
Q & A
-----