Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache - Always set headers #503

Merged
merged 2 commits into from
Jan 11, 2019
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
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,14 @@ To use the graphical Installation Wizard refer to xref:installation/installation

IMPORTANT: Please know that ownCloud’s data directory *must be exclusive to ownCloud* and not be modified manually by any other process or user.

[[headers]]
== Headers

NOTE: ownCloud has a mechanism to set headers programatically. These headers are set with the `always` directive to avoid
errors when there are additional headers set in `http.conf`. More information on Apache
headers can be found https://httpd.apache.org/docs/current/mod/mod_headers.html#page-header[here].


[[set-strong-directory-permissions]]
== Set Strong Directory Permissions

Expand Down