Setup Error: Strict-Transport-Security, No memory cache, and PHP OPcache

Hey,

I have been trying to install Next Cloud! However, I encounter the following errors:

  • The “Strict-Transport-Security” HTTP header is not set to at least “15552000” seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips.
  • No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the documentation.
  • The PHP OPcache is not properly configured. For better performance it is recommended to use the 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 have tried to look at the provided guides and Google the issues but haven’t had much luck :frowning:

I am running on a CentOS 7 server running cPanel/WHM! I have a VPS which includes Root access!!! However, I’m still fresh to the “developer” stage and could use some help!!!