Skip to content

Instantly share code, notes, and snippets.

@murdercode
Created April 20, 2023 12:24
Show Gist options
  • Save murdercode/30cd9b72584c7de01295ef08b2116926 to your computer and use it in GitHub Desktop.
Save murdercode/30cd9b72584c7de01295ef08b2116926 to your computer and use it in GitHub Desktop.
TODO
----
In FastCGI config
```
server {
#...
# Remove trailing slash
rewrite ^/(.*)/$ /$1 permanent;
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment