Error with CT and not VM with exactly the same config

Kyar

New Member
Sep 9, 2022
29
0
1
Hello,

I passed all my day to configure a reverse proxy with CT (fresh debian 11) with error.

I exactly do the same command on a VM with a fresh debian 11 too and it works immediatly.

My setup : a fresh install debian 11 --> install nginx -> create a file with my reverse proxy in /etc/nginx/sites-available/, make link with ln to site-enabled, just reload nginx and I can accès with my domain name to my address.

All the same files in CT and VM and I have error in CT with connection refused.

They are a different firewall or something like that in CT ?

If I can use CT I prefer, I need to know if they are problem with CT or it's me ?

Thanks
 
It is possible that there is a difference in the nginx configurations between the two systems. You can check the nginx logs to see if there are any errors or issues that may be causing the connection refused error.
 
It is possible that there is a difference in the nginx configurations between the two systems. You can check the nginx logs to see if there are any errors or issues that may be causing the connection refused error.

Ok I tested with a new CT without "ACLS" on choice and it work...