nix machine / user configurations

SYNAPSE DEATH BEAM GO AWAY

ptr.pet 214d76d2 345afb80

verified
Changed files
+5
hosts
trimounts
modules
+5
hosts/trimounts/modules/website.nix
··· 30 30 rewrite ^/annoy/ws(.*) /$1 break; 31 31 ''; 32 32 }; 33 + extraConfig = '' 34 + if ($http_user_agent ~* "Synapse") { 35 + return 403; 36 + } 37 + ''; 33 38 }; 34 39 in 35 40 {