Created
July 17, 2021 04:48
-
-
Save v-thomp4/750d6000bc34e9feb8a34261d4630d80 to your computer and use it in GitHub Desktop.
Remove trailing slashes in NGINX & WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location /app { | |
try_files $uri $uri.html $uri/index.html $uri/index =404; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment