Infini-OPTIPLEX: remove unnecessary listen addresses block
This commit is contained in:
parent
3e8030bace
commit
f58ecfd8a4
1 changed files with 0 additions and 7 deletions
|
@ -67,13 +67,6 @@
|
|||
in
|
||||
{
|
||||
"*.inx.moe" = ssl // {
|
||||
listen = lib.flatten
|
||||
(map
|
||||
(addr: [
|
||||
{ inherit addr; port = 443; ssl = true; }
|
||||
{ inherit addr; port = 80; ssl = false; }
|
||||
])
|
||||
cfg.defaultListenAddresses);
|
||||
globalRedirect = "inx.moe";
|
||||
};
|
||||
"nitter.inx.moe" = ssl // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue