debian

Fix nextcloud PHP warning

Nextcloud displays the following message in the admin interface after a standard installation. Fixing this is quite easy. PHP does not seem to be set up correctly to query system environment variables. The test with getenv ("PATH") only returns a [...]

debian

Fix nextcloud warnings under nginx

nextcloud requires very precisely defined server settings. If these are not set correctly, the following messages are displayed in the admin interface: The "X-XSS-Protection" HTTP header is not configured to match "1; mode=block". This is a potential security risk and it [...]