man
This commit is contained in:
parent
6f0b8b6d00
commit
2da3b941a5
|
@ -132,10 +132,18 @@ in {
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
"pages.sako.lol" = {
|
"pages.sako.lol" = {
|
||||||
|
forceSSL = true;
|
||||||
locations."/" = { proxyPass = "http://localhost:4563"; };
|
locations."/" = { proxyPass = "http://localhost:4563"; };
|
||||||
|
extraConfig = ''
|
||||||
|
ssl_preread on;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
"*.pages.sako.lol" = {
|
"*.pages.sako.lol" = {
|
||||||
|
forceSSL = true;
|
||||||
locations."/" = { proxyPass = "http://localhost:4563"; };
|
locations."/" = { proxyPass = "http://localhost:4563"; };
|
||||||
|
extraConfig = ''
|
||||||
|
ssl_preread on;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue