Custom Query (2295 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 2295)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#2594 duplicate Stream proxy ptotocol header is not valid zdm@…
Description

Nginx sends proxy protocol header without triling "\r\n" when unix socket path is too long, Sample config: ` strema {

server {

listen *.80;

proxy_pass unix:/var/run/1.socket; proxy_protocol on;

}

server {

listen unix:/var/run/1.socket prtoxy_protocol; proxy_pass 127.0.0.1:8080; proxy_protocol on;

}

} `

When send simple HTTP GET request to :80 - it;s ok;

But when socket oath is ontr, than 80 chars - nginx sends data like this ( WITHOUT "\r\n" separator after proxy protocol header ): ` PROXY TCP 1.2.3.4 unix:.... pott1 port2GET `

#2593 duplicate Stream proxy ptotocol header is not valid zdm@…
Description

Nginx sends proxy protocol header without triling "\r\n" when unix socket path is too long,

Sample config:

` strema {

server {

listen *.80; proxy_pass unix:/var/run/1.socket; proxy_protocol on;

}

server {

listen unix:/var/run/1.socket prtoxy_protocol; proxy_pass 127.0.0.1:8080; proxy_protocol on;

}

}

`

When send simple HTTP GET request to :80 - it;s ok;

But when socket oath is ontr, than 80 chars - nginx sends data like this ( WITHOUT "\r\n" separator after proxy protocol header ):

` PROXY TCP 1.2.3.4 unix:.... pott1 port2GET `

#2592 invalid Ports are not forwarded ysofty@…
Description

Good afternoon. I want to connect the nginx container to the macVlan or IPVlan network. At startup, ports 80 and 443 are not forwarded. Example:

docker network create -d macvlan --subnet 10.8.8.0/24 --gateway 10.8.8.1 -o parent=ens192 MAC_vlan create a macvlan network

docker run -d --name NginX --ip 10.8.8.5 --net MAC_vlan -p 80:80 -p 443:443 nginx start the container

then the container starts, but ports 80 and 443 are not forwarded to the host machine.

The host machine is like this: Linux docker 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux

debian 12

What could be the problem ?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.