feat(hosts/wizdesk): add stella subdomain

Done in December but... Oh well. A story for another day.
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-01-15 17:54:25 -03:00
parent bb4b8f865f
commit 0180400c9b
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -58,5 +58,11 @@
header X-Robots-Tag "none" header X-Robots-Tag "none"
reverse_proxy 127.0.0.1:8123 reverse_proxy 127.0.0.1:8123
''; '';
virtualHosts."stella.thewizard.link".extraConfig = ''
root * /srv/stella
header X-Robots-Tag "none"
file_server
'';
}; };
} }