Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 2296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#192 invalid 504 Gateway Time-out for proxyed site after Server IP change somebody Cenarius
Description

I have this config:

server {
	listen			80;
	server_name		testsite.com;
	access_log		logs/access-testsite.com.log;
	error_log		logs/errors-testsite.com.log;

	location / {
		proxy_pass	http://testsite.com:81/;
	}
}

If Server IP changes while nginx is running you will get 504 Gateway Time-out when trying to go http://testsite.com/ After nginx is restarted, http://testsite.com/ works ok.

#2008 fixed 699f6e55bbb4 causes request for client certificate Maxim Dounin hreinnbeck@…
Description

A few users (using Chrome and Safari) where getting request for client certificates upon connecting to the site. I was unable to reproduce the error until I installed another client certificate in Chrome (so it prompts to select certificate).

I double checked the config and none of the options for client certificates were set. I also added "ssl_verify_client off;" just to be sure.

After reverting 699f6e55bbb4 the users are no longer getting client certificate requests.

#1925 invalid Ability to change the time format of the log. IlyaIndigo@…
Description

Ability to change the time format of the log. I would like to be able to change the time format of the log. For example, instead of "17/Jan/2020:13:37:08 +0300" specify "2020-01-17 13:34:08".

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