Nginx 1.23.2 appears to change how ssl_session_tickets is handled and as a result we should change to setting them as enabled.
ssl_session_tickets on;
https://nginx.org/en/CHANGES
TLS session tickets encryption keys are now automatically rotated when using shared memory in the "ssl_session_cache" directive.
See mozilla/server-side-tls#284 for details.