Get on the bus
This commit is contained in:
parent
4baa7193cc
commit
8398aa2d72
|
@ -138,9 +138,6 @@ in {
|
||||||
# ssl = true;
|
# ssl = true;
|
||||||
}];
|
}];
|
||||||
locations."/" = { proxyPass = "http://localhost:57763"; };
|
locations."/" = { proxyPass = "http://localhost:57763"; };
|
||||||
extraConfig = ''
|
|
||||||
ssl_preread on;
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
"*.pages.sako.lol" = {
|
"*.pages.sako.lol" = {
|
||||||
listen = [{
|
listen = [{
|
||||||
|
@ -149,9 +146,6 @@ in {
|
||||||
# ssl = true;
|
# ssl = true;
|
||||||
}];
|
}];
|
||||||
locations."/" = { proxyPass = "http://localhost:56773"; };
|
locations."/" = { proxyPass = "http://localhost:56773"; };
|
||||||
extraConfig = ''
|
|
||||||
ssl_preread on;
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.nginx.streamConfig = ''
|
services.nginx.streamConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue