1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-08 19:17:30 +02:00

Add suizid.jetzt

This commit is contained in:
xqtc 2025-02-13 20:19:37 +01:00
parent 8aa9b6b833
commit bdb68e3827
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -18,6 +18,16 @@
file_server
'';
};
"suizid.jetzt" = {
extraConfig = ''
root * /var/www/website/public/
handle_errors {
rewrite * /404.html
file_server
}
file_server
'';
};
# "matrix.heroin.trade" = {
# extraConfig = ''
# reverse_proxy /_matrix/* 127.0.0.1:${builtins.toString config.services.matrix-conduit.settings.global.port}