hainich/murmur: fix proxy_pass

This commit is contained in:
hexchen 2021-01-20 18:38:45 +00:00
parent 351303f060
commit ee2a3ae0b8

View file

@ -19,7 +19,7 @@
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations."/" = { locations."/" = {
proxyPass = "https://stuebinm.4future.dev/mumble.infra4future.de/"; proxyPass = "https://infra4future.4future.dev/mumble.infra4future.de/";
}; };
}; };
in { in {