flora-6: Serve pub.solar website

This commit is contained in:
Akshay Mankar 2023-01-07 21:17:24 +01:00
parent 9ca8387d12
commit 64f954c779

View file

@ -36,6 +36,15 @@
reverse_proxy obs-portal.svc.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.int.greenbaum.zone:3000
'';
};
"pub.solar" = {
logFormat = lib.mkForce ''
output discard
'';
extraConfig = ''
root * /srv/www/pub.solar/
file_serve
'';
};
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];