all repos — nixfiles @ 5bb7e23149d3299041b4915784152c33733b7bcc

System and user configuration, managed by nix and home-manager

linde: enable virtual host for new go subdomain

Alan Pearce
commit

5bb7e23149d3299041b4915784152c33733b7bcc

parent

06af30708d8b6bf0362a890d7cd4c96b606e5818

1 file changed, 8 insertions(+), 0 deletions(-)

changed files
M system/linde.nixsystem/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