Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 12 de jun. de 2019 · Your webroot is /var/www/, and you’ll want to change the location of your data folder. Using the same setup, I put Nextcloud in /var/www/nextcloud/, and my Data folder in /opt/nextcloud/data. You want it outside of /var/www/.

  2. 3 de jul. de 2021 · I read the page entitled " Hardening and security guidance" in the docs and it says: It is highly recommended to place your data directory outside of the Web root (i.e. outside of /var/www). Interestingly, the official docker image does it like that by default- My ...

  3. 9 de may. de 2022 · in default-le-ssl.conf you point to servername cloud but document root is /var/www/html. here is a example for hosting only cloud.example.org nextcloud.conf.

  4. The following commands are using /var/www as the Web server’s directory and www-data as user name and group. Make the directory writable so you can install the code as your regular user, and don’t need root privileges:

  5. apps_paths. 'apps_paths' => [ [ 'path'=> '/var/www/nextcloud/apps', 'url' => '/apps', 'writable' => true, ], ], Use the apps_paths parameter to set the location of the Apps directory, which should be scanned for available apps, and where user-specific apps should be installed from the Apps store.

  6. NEXTCLOUD_DATA_DIR (default: /var/www/html/data) Configures the data directory where nextcloud stores all files from the users. One or more trusted domains can be set through environment variable, too.

  7. You can perform many common server operations with occ, such as installing and upgrading Nextcloud, manage users, encryption, passwords, LDAP setting, and more. occ is in the nextcloud/ directory; for example /var/www/nextcloud on Ubuntu Linux. occ is a PHP script.