This is my technical blog about programming, server setup & configuration, technical learning experience.
https://www.nginx.com/
To allow optional trailing slash, change the nginx settings
1
rewrite ^([^.]*[^/])$ $1/ permanent;