artis3n / nextcloud-ansible

Ansible deployment of a Nextcloud server. (This mostly works, I need to return to this and polish it.)
MIT License
5 stars 0 forks source link

Improve security of Nextcloud installation #37

Open artis3n opened 6 years ago

artis3n commented 6 years ago

The following items are found in the below picture:

image

artis3n commented 6 years ago

XSS and Clickjacking headers are in nginx.conf, however Nextcloud is reading that those headers are not set. That needs to be investigated.

artis3n commented 6 years ago

PHP OPCache is set, but is not being picked up by Nextcloud.

artis3n commented 6 years ago

regarding htaccess: https://www.nginx.com/resources/wiki/start/topics/examples/likeapache-htaccess/