Hello,
I want to create development server. I have container with NGINX installed.
After executing lxc config device add ezd nginx proxy listen=tcp:127.0.0.1:443 connect=tcp:127.0.0.1:10000
, my server is available inside container
root@first:~# curl https://localhost
curl: (60) SSL certificate problem: self signed certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
but its not available in browser on host machine:
curl https://127.0.0.1:10000
curl: (7) Failed to connect to 127.0.0.1 port 10000: Connection refused
Why I cant see my website?
lxc version is:
lxc --version
3.0.3