We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4ed5a commit a9037d7Copy full SHA for a9037d7
docs/guide.md
@@ -198,7 +198,7 @@ At this point, you should be able to access code-server via
198
listen [::]:80;
199
server_name mydomain.com;
200
201
- location / {
+ location ^~ / {
202
proxy_pass http://localhost:8080/;
203
proxy_set_header Host $host;
204
proxy_set_header Upgrade $http_upgrade;
@@ -575,7 +575,7 @@ At this point, you should be able to access code-server via
575
576
577
578
579
580
581
0 commit comments