how to remove trailing slash from homepage nginx code example Example: remove trailing slash from nginx rewrite ^/(.*)/$ /$1 permanent;