fix: homepage

This commit is contained in:
Ryan Yin
2024-02-20 00:51:01 +08:00
parent c31525e667
commit 0286a84f23
8 changed files with 71 additions and 57 deletions
+4
View File
@@ -39,6 +39,10 @@
encode zstd gzip
reverse_proxy http://localhost:5005
'';
virtualHosts."http://home.writefor.fun".extraConfig = ''
encode zstd gzip
reverse_proxy http://localhost:8082
'';
};
networking.firewall.allowedTCPPorts = [80 443];
}