✨ add walkah.net vhost
This commit is contained in:
parent
9fec3b77f4
commit
70aedf03f6
@ -45,6 +45,10 @@ in
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = 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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user