Nginx remove trailing slash for seo
# place it inside server block # remove trailing slash rewrite ^/(.*)/$ /$1 permanent;