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