[feat] Add trailing slash to package directory links at root index#10
[feat] Add trailing slash to package directory links at root index#10rpatterson wants to merge 2 commits intohelpshift:masterfrom
Conversation
|
Hi, @rpatterson. Can you please share your nginx config? Not sure I understand the problem correctly. We are also using the |
|
I've moved onto another approach, so the nginx config isn't easy for me to get ATM. I might be able to dig it up, but let me clarify from memory and see if that is enough for you. The issue that this fixed is if I visited the root This isn't an issue for pip since it goes straight to |
Python 3.7 is pretty widely available as the default Python 3 while 3.6 is pretty hard to find these days. For example, 3.6 isn't even available in the deadsnakes repository from Ubuntu cosmic on (eoan is current).
This is useful, for example, with nginx proxy configurations, such as using the `ngx_aws_auth` module, where directory paths can't be detected by the server.
This is useful, for example, with nginx proxy configurations, such as using the
ngx_aws_authmodule, where directory paths can't be detected by the server.