forked from pub-solar/infra
Merge pull request 'fix(nextcloud): push server is not a trusted proxy' (#62) from fix/nextcloud-trusted-proxies into main
Reviewed-on: pub-solar/infra#62 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
e41127593b
|
@ -36,6 +36,7 @@
|
|||
|
||||
notify_push = {
|
||||
enable = true;
|
||||
bendDomainToLocalhost = true;
|
||||
};
|
||||
|
||||
config = {
|
||||
|
@ -46,11 +47,6 @@
|
|||
dbname = "nextcloud";
|
||||
dbtableprefix = "oc_";
|
||||
overwriteProtocol = "https";
|
||||
|
||||
trustedProxies = [
|
||||
"127.0.0.1"
|
||||
"::1"
|
||||
];
|
||||
};
|
||||
|
||||
extraOptions = {
|
||||
|
|
Loading…
Reference in a new issue