Problems setting reverse domain #3634
Unanswered
stachovski
asked this question in
General
Replies: 1 comment
-
Are you using NGINX or something? Have you read the docs? Or a better question, what does your setup look like? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to setup code server to use a subpath instead my domain itself
I tried using the example on the guide with no success.
stachovski.de/code/* { uri strip_prefix /code reverse_proxy 127.0.0.1:8080 }
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions