From a16f23f034fb942b44e0665224d499af57aec1ad Mon Sep 17 00:00:00 2001 From: neptune Date: Mon, 15 Nov 2021 13:35:08 -0300 Subject: Nueva revisiĆ³n Py3 --- cgi/templates/bans_locations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/templates/bans_locations') diff --git a/cgi/templates/bans_locations b/cgi/templates/bans_locations index a514ccf..87ac1b7 100644 --- a/cgi/templates/bans_locations +++ b/cgi/templates/bans_locations @@ -4,7 +4,7 @@ location /#{board}/ { if ($bans_global) { rewrite ^ /cgi/banned; } - if ($bans_#{board}) { rewrite ^ /cgi/banned; } + if ($bans_#{board}) { rewrite ^ /cgi/banned/#{board}; } } -- cgit v1.2.1-18-gbd029