Re: configuration nginx server block [virtual host] with Ipv6.

2017-03-09 Thread Vanhels
Thanks for your answer, I'll specify it better: Config Work Fine: [domain1.conf]: server { listen [::]:80; root /home/domain1/public_html; index index.php index.html index.htm; server_name domain1 www.domain1; location ~ \.ph

configuration nginx server block [virtual host] with Ipv6.

2017-03-09 Thread Vanhels
Hi, I have installed nginx + php-fpm (php5.4 / php5.6), i'm trying to set everything up for ipv6 in Centos 7.3, install from official nginx repo: [/etc/nginx/nginx.conf]: user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid/var/run/nginx.pid; events { worker