matemat: don't try to connect over IPv6

because matemat is only listening on IPv4
This commit is contained in:
Sandro - 2023-12-14 18:36:57 +01:00
parent 1c649464f6
commit 9700f302c5
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:3000";
proxyPass = "http://127.0.0.1:3000";
extraConfig = libC.hqNetworkOnly + ''
auth_basic secured;
auth_basic_user_file ${config.sops.secrets."nginx/basic-auth".path};