> html много
>
Ну тогда убираете локейшн:
location ~[^/]$ { if (!-f $request_filename) { return 301
$uri/$is_args$args; } }
И в локейшн location / {
добавляете
{ if (!-f $request_filename) rewrite ^/(.*)/$ /$1 permanent; }
--
WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE