nextcloud: Set TRUSTED_PROXIES

Part of #47
pull/53/head
Tristan Daniël Maat 2021-10-13 13:27:27 +01:00
parent 3bdbe66fe4
commit b16ea49c44
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
POSTGRES_USER = "nextcloud";
POSTGRES_HOST = "nextcloud-postgres";
OVERWRITEPROTOCOL = "https";
TRUSTED_PROXIES = "127.0.0.1";
};
};