Use domain name for nextcloud and use postgres as database backend.

This commit is contained in:
2021-11-11 15:36:11 +01:00
parent 4b8bc37942
commit e08c3c03ed
3 changed files with 60 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ upstream php-handler {
server {
listen 80;
listen [::]:80;
server_name nextcloud.lan cs-nextcloud.ddnss.de;
server_name cs-nextcloud.ddnss.de;
# set max upload size and increase upload timeout: