Subdomain http not working , but https working fine !

c0807i

New member
Joined
Apr 11, 2017
Messages
3
I create subdomain in DA management screen is ok. But when i access to this subdomain with https is ok, access with http is errors. Error Message is "nginx is functioning normally"

My server use Nginx proxy for apache.
DA version : newest version.
PHP : 5.6.30

Please help me to fix it.
 
Hello,

Try

Code:
killall -9 httpd
service httpd start
killall -9 nginx
service nginx start

and see whether or not it helps.
 
Back
Top