Browse Source

stop using mDNS for nginx backends

main
Leonora Tindall 2 years ago
parent
commit
3f318f726b
Signed by: nora GPG Key ID: 7A8B52EC67E09AAF
  1. 6
      hosts/felonyspork/configuration.nix

6
hosts/felonyspork/configuration.nix

@ -73,7 +73,7 @@
addSSL = true;
useACMEHost = "home.nora.codes";
locations."/" = {
proxyPass = "http://crimespoon.local:8100";
proxyPass = "http://crimespoon:8100";
proxyWebsockets = true;
};
};
@ -81,7 +81,7 @@
addSSL = true;
useACMEHost = "home.nora.codes";
locations."/" = {
proxyPass = "http://crimespoon.local:2342";
proxyPass = "http://crimespoon:2342";
proxyWebsockets = true;
};
};
@ -90,7 +90,7 @@
root = "/var/www/home.nora.codes";
};
locations."/blue" = {
proxyPass = "http://crimespoon.local:8100";
proxyPass = "http://crimespoon:8100";
proxyWebsockets = true;
};
};

Loading…
Cancel
Save