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
Showing only changes of commit 458f6c7f7b - Show all commits

View file

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