Hi I’m new here so please be patient
I did try looking in the documentation but probably don;t know what I should be searching for!
Nextcloud version 12.0.3:
OS Windows 10
Apache or nginx version: I have absolutely no idea?!
PHP version 5.6.30
Issue 1
In the Security & setup warnings section is has:
The “Strict-Transport-Security” HTTP header is not configured to at least “15552000” seconds. For enhanced security we recommend enabling HSTS as described in our security tips.
No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation.
The PHP OPcache is not properly configured. For better performance we recommend to use following settings in the php.ini:
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
I’ve no idea how to go about fixing these, and the documentation section it refers to doesn’t really shed enough light on it for me to know precisely what to do…
Bonus - unrelated issue
I keep getting pop-up ‘notifications’ to say I’ve got a notification but… no notification by email or anything?
The output of your Nextcloud log in Admin > Logging:
Nothing really - all it says is “Missing expected parameters in change user hook”
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php $CONFIG = array ( 'instanceid' => 'redacted', 'passwordsalt' => 'also redactedi', 'secret' => 'very redcated', 'trusted_domains' => array ( 0 => 'landyvlad.net', ), 'datadirectory' => '/home/directory/nextclouddata', 'overwrite.cli.url' => 'https://domain/nextcloud', 'dbtype' => 'mysql', 'version' => '12.0.3.3', 'dbname' => 'redacted', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'redacted', 'dbpassword' => 'redacted', 'installed' => true, );
The output of your Apache/nginx/system log in /var/log/____
:
What? Where?
I’m really not thick, although it probably appears that way. I’m just frustrated and hope someone has the patience to walk me through this please.
Thank you all