Archived
1
0

Ensure a trailing slash on subpath proxy

This commit is contained in:
Asher
2020-03-31 12:59:07 -05:00
parent e68d72c4d6
commit 561b6343c8
2 changed files with 14 additions and 5 deletions

View File

@ -83,7 +83,7 @@ Now you can browse to `<port>.coder.com`. Note that this uses the host header so
ensure your reverse proxy forwards that information if you are using one.
### Sub-paths
Just browse to `/proxy/<port>`.
Just browse to `/proxy/<port>/`.
## x86 releases?