Re: Set ssl_session_tickets each virtual host is unable?
Maxim Dounin Wrote: --- > Hello! > > On Thu, Jan 12, 2017 at 11:57:58AM -0500, malloc813 wrote: > > > Hi, I tested nginx configuration and got one problem. > > For example, I made 2 virtual hosts. They are SSL enabl
Set ssl_session_tickets each virtual host is unable?
Hi, I tested nginx configuration and got one problem. For example, I made 2 virtual hosts. They are SSL enabled server. http { #host1 server { ... ssl_sesstion_tickets off; ... } #host2 { ... ssl_session_tickets on; ... } } Visit host1 after apply this configuration, chr