Nextcloud

Wyłączenie strony WELCOME i SAMPLE:

comment out the second line in /etc/onlyoffice/documentserver/nginx/includes/ds-docservice.conf and run service nginx restart

remove the /var/www/onlyoffice/documentserver/server/welcome directory or rename it to “.welcome”
zmiana nazwy komenda: mv -v /ścieżka/stara_nazwa /ścieżka/nowa_nazwa

in /etc/nginx/includes/ds-docservice.conf rem out (zaremuj) the first line then add:

rewrite ^/$ $the_scheme://$the_host/welcome/ redirect;
rewrite ^/welcome $the_scheme://$the_host redirect;
rewrite ^/example $the_scheme://$the_host redirect;

location = / {
return 404;
}