linuxserver / reverse-proxy-confs

These confs are pulled into our SWAG image: https://github.com/linuxserver/docker-swag
GNU General Public License v3.0
1.33k stars 299 forks source link

improve documentation for nextcloud security #572

Closed BlockListed closed 1 year ago

BlockListed commented 1 year ago

linuxserver.io



Description

The default configuration does not pass security checks. A change to ssl.conf is required for secure operation. This behaviour can be very confusing to new users. Documenting this should help make it easier for new nextcloud users to have a secure experience.

Benefits of this PR and context

The default behavior was very confusing and the correct solution is very non-obvious (change ssl.conf). A user may simply remove the proxy_hide_header directive, which will cause unintended consequences in the future. closes #569

Source / References

569