invidious: update settings
This commit is contained in:
parent
8f8d09a67e
commit
05e9225ce5
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
domain = fqdn;
|
domain = fqdn;
|
||||||
|
address = "127.0.0.1";
|
||||||
port = 8007;
|
port = 8007;
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
|
@ -20,7 +21,6 @@ in
|
||||||
dbname = "invidious";
|
dbname = "invidious";
|
||||||
};
|
};
|
||||||
|
|
||||||
host_binding = "127.0.0.1";
|
|
||||||
external_port = 443;
|
external_port = 443;
|
||||||
https_only = true;
|
https_only = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue