Hi,
I am trying to setup nginx with multiple vhost and quic support for all and
using sample config as per
https://www.nginx.com/blog/binary-packages-for-preview-nginx-quic-http3-implementation/
server {
listen 65.109.175.140:443 ssl ;
listen 65.109.175.140:443 quic reuseport;
server_name a.com;
..............
..............................
}
server {
listen 65.109.175.140:443 ssl ;
listen 65.109.175.140:443 quic reuseport;
server_name b.com;
..............
..............................
}
This however is throwing an error
# nginx -t
nginx: [emerg] duplicate listen options for 65.109.175.140:443 in
/etc/nginx/sites-enabled/b.com.conf:105
nginx: configuration file /etc/nginx/nginx.conf test failed
What am I doing wrong?
--
*Anoop P Alias*
_______________________________________________
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx