-
Notifications
You must be signed in to change notification settings - Fork 6k
user abs-proxy-base-path config have problem #7125
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
Comments
Is your NGINX config rewriting the path? code-server expects that when you serve at a sub-path that the sub-path gets rewritten to just |
Wait I am dumb, missed the |
Closing for inactivity, but feel free to continue the discussion if you come back to this. |
Is there an existing issue for this?
OS/Web Information
I am using the abs-proxy-base-path configuration of code-server and have set up a proxy with Nginx. However, when accessing http://nginxIP:port/code/, it shows "not found". Below is my configuration:
location ~ ^/code/ {
set $upstream "";
}
Configuration for code-server:
bind-addr: 0.0.0.0:8155
auth: none
cert: false
abs-proxy-base-path: https://tide-test.com/
verbose: true
Steps to Reproduce
Expected
help me reslove this issue
Actual
404
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
Yes, this is also broken in native VS Code
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: