Welcome! Log In Create A New Profile

Advanced

quic listen on multiple vhost

Anoop Alias
July 25, 2023 12:32AM
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
Subject Author Posted

quic listen on multiple vhost

Anoop Alias July 25, 2023 12:32AM

RE: quic listen on multiple vhost

Reinis Rozitis July 25, 2023 02:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 159
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready