add walkah.net vhost

This commit is contained in:
James Walker 2022-06-01 20:23:14 -04:00
parent 9fec3b77f4
commit 70aedf03f6
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -44,7 +44,11 @@ in
virtualHosts."walkah.cloud" = {
forceSSL = true;
enableACME = true;
locations."/" = { proxyPass = "http://127.0.0.1:8080"; };
locations."/" = { proxyPass = "http://127.0.0.1:8080"; };
serverAliases = [
"walkah.net"
"www.walkah.net"
];
};
};
};