Replies: 1 comment
-
"Connection refused" makes it look like code-server isn't actually running. You might want to double-check what's running on port 8080, for example with |
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
-
I did exactly how it was in the Guide
I replaced
mydomain.com
withcode.kaaaxcreators.de
/etc/nginx/sites-enabled
sudo certbot --non-interactive --redirect --agree-tos --nginx -d code.kaaaxcreators.de -m <email>
Code Server is running as Service when running it again it says
error listen EADDRINUSE: address already in use 127.0.0.1:8080
, which makes senseNGINX Error Log:
I use NGINX over Caddy because of this: #2585
But because I have a different service running too, it is bad to stay with an error. Maybe you find a simple solution, I will use this, otherwise I will go back to Caddy and use it with
--link
and a redirectBeta Was this translation helpful? Give feedback.
All reactions