Please,help to configure 301 redirect in nginx config for removing index.html from url and trailing slash. For example:
https://example.com/page1/page2/index.html > https://example.com/page1/page2
https://example.com/page1/page2/index.html/ > https://example.com/page1/page2
https://example.com/page1/index.html > https://example.com/page1
https://example.com/index.html > https://example.com or https://example.com/