mata7

Members
  • Posts

    221
  • Joined

  • Last visited

Posts posted by mata7

  1. 2 hours ago, dlandon said:

    'filelocking.enabled' => true, 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '/var/run/redis/redis-server.sock', 'port' => 0, 'timeout' => 0.0, ),

    so i have this lines on my config, any idea why i get this message? thanks

  2. hi first thanks for this docker, i just installed a week ago and everything is working great, i only start get this message, 

     

    "Transactional file locking should be configured to use memory-based locking, not the default slow database-based locking."

     

    does any one knows how to fix it, thanks

  3. hi first thanks great docker nice interface

     

    i just setup my first reverse proxy domain and all work great hosted at clouflare, however when i scan my site on securityheaders i get this red warning

     

    Headers

    Content-Security-Policy

    X-Frame-Options

    Referrer-Policy

    Feature-Policy

     

    can someone please tell me how to fix this to get green, thanks in advanced

    • Like 1
  4. if anyone have the resolve "/.well-known/caldav warning here is how i fix it

     

    go to you letsencrypt nginx folder sites-config and add this lines

     

    location = /.well-known/carddav {
          return 301 $scheme://$host/remote.php/dav;
        }
        location = /.well-known/caldav {
          return 301 $scheme://$host/remote.php/dav;
        }

     

    hope this can help anyone with this problem

    • Like 1
    • Thanks 2
  5. can someone please help me on how to fix this warning

     

    There are some warnings regarding your setup.

    Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.

    Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation

  6. hi guys, im getting this warning, does any one know how can i fix it, using last vesion of nextcloud and letsencrypt docker

     

    There are some warnings regarding your setup.

    Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation.

    Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation.

     

    thanks in advanced