nginx: Avoid connection issues caused by IPv6 resolution #41

Manually merged
tlater merged 1 commit from tlater/small-fixes into master 2021-05-16 01:43:44 +01:00

View file

@ -60,7 +60,7 @@
{ {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { proxyPass = "http://localhost:${toString port}"; }; locations."/" = { proxyPass = "http://127.0.0.1:${toString port}"; };
} // extra; } // extra;
in { in {
"tlater.net" = host 3002 { serverAliases = [ "www.tlater.net" ]; }; "tlater.net" = host 3002 { serverAliases = [ "www.tlater.net" ]; };