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:
parent
8aa9b6b833
commit
bdb68e3827
1 changed files with 10 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue