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 rewrite ^/annoy/ws(.*) /$1 break; 31 ''; 32 }; 33 }; 34 in 35 {
··· 30 rewrite ^/annoy/ws(.*) /$1 break; 31 ''; 32 }; 33 + extraConfig = '' 34 + if ($http_user_agent ~* "Synapse") { 35 + return 403; 36 + } 37 + ''; 38 }; 39 in 40 {