Trailing slash/redirection issue NGINX
问题 I am using Drupal 8 with nginx . I have a multiProject Environment with single domain. I have 10 Drupal sites. which works as https://example.com/site1 https://example.com/site2 Each site has its on distinct docker container and everything is running smooth on production. But I noticed A issue with few sites. They give 404 without a trailing slash .Only 4 of them. Rest six automatically appends the slash when I remove them and hit in browser. The nginx config for all are exactly same. Here is