Capitalize

This commit is contained in:
Asher 2024-08-26 11:34:20 -08:00
parent f74333cef3
commit 71d10b1b13
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -440,5 +440,5 @@ This is a case where you need to serve an application via `absproxy` as explaine
For example: `http://my-code-server.com/user/123/workspace/my-app`. To achieve this result:
1. start code server with the switch `--abs-proxy-base-path=/user/123/workspace`
1. Start code server with the switch `--abs-proxy-base-path=/user/123/workspace`
2. Follow one of the instructions above for your framework.