location / { rewrite ^(.*)/$ $1 permanent; try_files $uri $uri/ /index.php?$args; }