lmfao
This commit is contained in:
parent
16ff66a996
commit
e25c990799
|
@ -157,19 +157,6 @@ in {
|
|||
'';
|
||||
locations."/" = { proxyPass = "https://localhost:4563"; };
|
||||
};
|
||||
"*.*.pages.sako.lol" = {
|
||||
# listen = [{
|
||||
# addr = "0.0.0.0";
|
||||
# port = 443;
|
||||
# # ssl = true;
|
||||
# }];
|
||||
forceSSL = true;
|
||||
useACMEHost = "pages.sako.lol";
|
||||
extraConfig = ''
|
||||
proxy_ssl_server_name on;
|
||||
'';
|
||||
locations."/" = { proxyPass = "https://localhost:4563"; };
|
||||
};
|
||||
};
|
||||
security.acme.certs."pages.sako.lol" = {
|
||||
extraDomainNames = [ "*.pages.sako.lol" ];
|
||||
|
|
Loading…
Reference in a new issue