linde: enable virtual host for new go subdomain
1 file changed, 8 insertions(+), 0 deletions(-)
changed files
M system/linde.nix → system/linde.nix
@@ -658,6 +658,14 @@ extraConfig = '' reverse_proxy ${srv.address}:${toString srv.port} ''; }; + "go.${domain}" = { + extraConfig = '' + encode zstd gzip + ${security-headers {}} + root * /srv/http/go.alin.ovh + file_server + ''; + }; "go.${oldDomain}" = { extraConfig = '' encode zstd gzip