updating dalinar with truthmatters

This commit is contained in:
Chris Cochrun 2023-01-16 06:32:11 -06:00
parent 3bf5ef3784
commit ccbe8b58dd

View file

@ -293,6 +293,16 @@
reverse_proxy localhost:3000 reverse_proxy localhost:3000
''; '';
}; };
virtualHosts = {
"truthmatters.cc".extraConfig = ''
encode gzip
root * /srv/truthmatters
file_server
header {
Access-Control-Allow-Origin *
}
'';
};
virtualHosts = { virtualHosts = {
"nc.cochrun.xyz".extraConfig = '' "nc.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:8080 reverse_proxy localhost:8080