Convert listen to list
This commit is contained in:
@ -104,10 +104,12 @@ with lib.my;
|
||||
virtualHosts = {
|
||||
"jellyfin.vimium.com" = {
|
||||
default = true;
|
||||
listen = {
|
||||
listen = [
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 8000;
|
||||
};
|
||||
}
|
||||
];
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8096";
|
||||
extraConfig = proxyConfig;
|
||||
|
Reference in New Issue
Block a user