Skip to content
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

subpath '/' should be silently ignored (if no match rule is defined) #171

Open
hkoba opened this issue Jun 13, 2019 · 0 comments
Open

subpath '/' should be silently ignored (if no match rule is defined) #171

hkoba opened this issue Jun 13, 2019 · 0 comments

Comments

@hkoba
Copy link
Owner

hkoba commented Jun 13, 2019

This change helps writing nginx url mapping (like my slashbar).
In slashbar, access like /-/foo/ is mapped to /-/foo/index.yatt/. This means YATT::Lite see subpath /.

Emulating apache behavior perfectly in nginx is hard and may results in extreamly complex configuration files. So, let's implement a workaround for this specific case.

@hkoba hkoba changed the title subpath '/' should be silently ignored. subpath '/' should be silently ignored (if no match rule is defined) Jun 13, 2019
@hkoba hkoba self-assigned this Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant