Jump to content

henkthetank

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by henkthetank

  1. I've deployed the docker a couple of days ago, it mostly seems to be working, except uploading big files. Furthermore, I have the following errors on the admin page. I've set the X-Frame to SAMEORIGIN. But the error keeps popping up:

     

    • The "X-Content-Type-Options" HTTP header is not configured to equal to "nosniff". This is a potential security or privacy risk and we recommend adjusting this setting.
    • The "X-Frame-Options" HTTP header is not configured to equal to "SAMEORIGIN". This is a potential security or privacy risk and we recommend adjusting this setting.
    • 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

    Please double check the installation guides ↗, and check for any errors or warnings in the log.

     

     

×
×
  • Create New...