Page 1 of 1

Nginx conf problem: 8083 and all 443 not acessible

Posted: Wed Feb 10, 2016 8:35 am
by nmpribeiro
After my fix on nginx conf here viewtopic.php?f=40&t=10572&p=39315#p39315 I came across another problem... 8083 and all 443 are not working...

So, my nginx conf seams to have become compromised by a nasty update. I've rolled back the /etc/nginx/nginx.conf.rpmsave as nginx.conf which points to

Code: Select all

include /etc/nginx/conf.d/*.conf;
there, the file /etc/nginx/conf.d/vesta.conf has the two includes I need:

Code: Select all

  include /home/admin/conf/web/nginx.conf;
  include /home/admin/conf/web/snginx.conf;
I've read further, and it seams port 8083 is specified on /usr/local/vesta/nginx/conf/nginx.conf
However, I see no reference from the included nginx files to this one... how does Vesta populates it's nginx configuration files? Perhaps it's time to have a new 'v-nginx-fix' on /usr/local/vesta/bin?

Thanks in advance

Re: Nginx conf problem: 8083 and all 443 not acessible

Posted: Thu Feb 11, 2016 8:25 am
by nmpribeiro
Seams to be accessible on other computers but mine. Strange

Rebooted... flushed cache. tested other browsers. no idea whatsoever