-
-
Notifications
You must be signed in to change notification settings - Fork 702
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
Confirm if documented nginx proxy config works for row pages with escaped characters in their primary key #1578
Comments
This problem doesn't occur on my
|
$:/DefaultTiddlers
results in 404 on row page$:/DefaultTiddlers
results in 404 on row page (behind nginx proxy)
This StackOverflow answer suggests that the fix is to change this:
To this:
Quoting the nginx documentation: http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass
|
Confirmed, that fixed the bug for me on my server. |
The example nginx config on https://docs.datasette.io/en/stable/deploying.html#nginx-proxy-configuration is currently:
This looks to me like it might exhibit the bug. Need to confirm that and figure out an alternative. |
$:/DefaultTiddlers
results in 404 on row page (behind nginx proxy)
Found this while working on https://github.com/simonw/datasette-tiddlywiki
Then clicking on
/tiddlywiki/tiddlers/%24%3A%2FDefaultTiddlers
returns a 404.The text was updated successfully, but these errors were encountered: