> # nginx -t
> nginx: [emerg] duplicate listen options for http://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?
Probably complains about the duplicate 'reuseport' - leave it just only on on
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 {
listen65.109.175.140:443 ssl ;
listen65.109.175.140:443 quic reuseport;
server_name a
Hi Team,
We are looking for restricting the http method for all location and enable the
same for specific location, I found the way in Apache http server, I am unable
to find the same in NGINX, can you please guide me here, how to achieve it.
Code snippet works in Apache Http server: