feat: make main website available via yggdrasil

This commit is contained in:
Ivan R. 2024-02-02 00:21:15 +05:00
parent 40b604c768
commit 296593fd23
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -27,6 +27,12 @@ in {
'';
virtualHosts = {
"[201:80ed:6eeb:aea4:cdc0:c836:2831:f2dd]" = {
locations = {
"/".proxyPass = "http://127.0.0.1:55007";
};
};
"comfycamp.space" = {
useACMEHost = "comfycamp.space";
forceSSL = true;