-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avoid redirects for directories #102
Comments
hi there! I don't know what problem is being solved here, what redirects? |
without trailing slash nginx will issue http redirect 301 (eg. |
ah indeed, thank you for the solution and for reporting it! |
gibatronic
added a commit
that referenced
this issue
Oct 16, 2021
fixes #102 unnecessary directory redirect
leojonathanoh
added a commit
to leojonathanoh/Nginx-Autoindex
that referenced
this issue
Nov 13, 2021
Directory `href`s do not contain a trailing `/` leading to `301` redirects everytime a directory is clicked. Related: gibatronic/ngx-superbindex#102 This MR fixes that issue.
leojonathanoh
added a commit
to leojonathanoh/Nginx-Autoindex
that referenced
this issue
Nov 13, 2021
Directory `href`s do not contain a trailing `/` leading to `301` redirects everytime a directory is clicked. Related: gibatronic/ngx-superbindex#102 This MR fixes that issue.
leojonathanoh
added a commit
to leojonathanoh/Nginx-Autoindex
that referenced
this issue
Nov 13, 2021
Directory `href`s do not contain a trailing `/` leading to `301` redirects everytime a directory is clicked. Related: gibatronic/ngx-superbindex#102 This MR fixes that issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello
if's possible to avoid 301 responses by adding
to urls
The text was updated successfully, but these errors were encountered: