Hi there,
could anybody help me with plesk. My websites doesn't work with https...
How i understood nginx listen 80 and 443 and then redirect to apache 7080 and 7081.
so, nginx listen correct ports:
tcp 0 0 ip:443 0.0.0.0:* LISTEN 4777/nginx
tcp 0 0 ip:80 0.0.0.0:* LISTEN 4777/nginx
and apache listen only ipv6
tcp6 0 0 :::7080 :::* LISTEN 9126/apache2
tcp6 0 0 :::7081 :::* LISTEN 9126/apache2
And i think here is the problem, or am i wrong?
Config is standart for webservers...
How can i fix https?
Thx in advance!
could anybody help me with plesk. My websites doesn't work with https...
How i understood nginx listen 80 and 443 and then redirect to apache 7080 and 7081.
so, nginx listen correct ports:
tcp 0 0 ip:443 0.0.0.0:* LISTEN 4777/nginx
tcp 0 0 ip:80 0.0.0.0:* LISTEN 4777/nginx
and apache listen only ipv6
tcp6 0 0 :::7080 :::* LISTEN 9126/apache2
tcp6 0 0 :::7081 :::* LISTEN 9126/apache2
And i think here is the problem, or am i wrong?
Config is standart for webservers...
How can i fix https?
Thx in advance!