Skip to content

Commit 63f0697

Browse files
NLB-6926: Update NGINXaaS docs with R35 changelog
1 parent 8efe718 commit 63f0697

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

content/nginxaas-azure/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
1313

1414
To review older entries, visit the [Changelog archive]({{< ref "/nginxaas-azure/changelog-archive" >}}) section.
1515

16+
## October 10, 2025
17+
18+
- {{% icon-feature %}} **NGINXaaS is now running NGINX Plus Release 35 (R35) in the Stable Upgrade Channel**
19+
20+
NGINXaaS for Azure deployments using the **Stable** [Upgrade Channel]({{< ref "/nginxaas-azure/quickstart/upgrade-channels.md" >}}) have now been automatically upgraded to [NGINX Plus Release 35 (R35)]({{< ref "/nginx/releases.md#nginxplusrelease-35-r35" >}}). This upgrade also includes updates to the following NGINX Plus modules:
21+
- nginx-plus-module-njs
22+
For a complete list of allowed directives, see the [Configuration Directives List]({{< ref "/nginxaas-azure/getting-started/nginx-configuration/overview/#configuration-directives-list" >}}).
23+
24+
The ACME protocol support feature, available in NGINX Plus R35, is not currently supported in NGINXaaS due to active-active deployments.
1625

1726
## September 18, 2025
1827

content/nginxaas-azure/getting-started/nginx-configuration/overview.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Some directives are not supported because of specific limitations. If you includ
5252
| ssl_engine | No hardware SSL accelerator is available. |
5353
| debug_points | NGINXaaS does not provide access to NGINX processes for debugging. |
5454
| fastcgi_bind <br /> grpc_bind <br /> memcached_bind <br /> proxy_bind <br /> scgi_bind <br /> uwsgi_bind | Source IP specification for active-active deployments is not allowed. |
55-
| quic_bpf | QUIC connection migration is not currently supported for active-active deployments. |
55+
| quic_bpf | QUIC connection migration is not currently supported for active-active deployments.
56+
| acme_issuer <br /> uri <br /> account_key <br /> contact <br /> ssl_trusted_certificate <br /> ssl_verify <br /> state_path <br /> accept_terms_of_service <br /> acme_shared_zone <br /> acme_certificate <br /> | ACME protocol support for active-active deployments is not supported.
5657

5758
{{< /table >}}
5859

@@ -125,6 +126,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
125126
[auth_jwt_leeway](https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_leeway)\
126127
[auth_jwt_require](https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_require)\
127128
[auth_jwt_type](https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_type)\
129+
[auth_oidc](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#auth_oidc)\
130+
[auth_require](https://nginx.org/en/docs/http/ngx_http_auth_require_module.html#auth_require)\
128131
[auth_request](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request)\
129132
[auth_request_set](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request_set)\
130133
[autoindex](https://nginx.org/en/docs/http/ngx_http_autoindex_module.html#autoindex)\
@@ -144,8 +147,12 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
144147
[client_body_timeout](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_timeout)\
145148
[client_header_buffer_size](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_header_buffer_size)\
146149
[client_header_timeout](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_header_timeout)\
150+
[client_id](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#client_id)\
147151
[client_max_body_size](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size)\
152+
[client_secret](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#client_secret)\
153+
[config_url](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#config_url)\
148154
[connection_pool_size](https://nginx.org/en/docs/http/ngx_http_core_module.html#connection_pool_size)\
155+
[cookie_name](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#cookie_name)\
149156
[create_full_put_path](https://nginx.org/en/docs/http/ngx_http_dav_module.html#create_full_put_path)\
150157
[daemon](https://nginx.org/en/docs/ngx_core_module.html#daemon)\
151158
[dav_access](https://nginx.org/en/docs/http/ngx_http_dav_module.html#dav_access)\
@@ -157,13 +164,15 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
157164
[directio](https://nginx.org/en/docs/http/ngx_http_core_module.html#directio)\
158165
[directio_alignment](https://nginx.org/en/docs/http/ngx_http_core_module.html#directio_alignment)\
159166
[disable_symlinks](https://nginx.org/en/docs/http/ngx_http_core_module.html#disable_symlinks)\
167+
[early_hints](https://nginx.org/en/docs/http/ngx_http_core_module.html#early_hints)\
160168
[empty_gif](https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html#empty_gif)\
161169
[env](https://nginx.org/en/docs/ngx_core_module.html#env)\
162170
[error_log](https://nginx.org/en/docs/ngx_core_module.html#error_log)\
163171
[error_page](https://nginx.org/en/docs/http/ngx_http_core_module.html#error_page)\
164172
[etag](https://nginx.org/en/docs/http/ngx_http_core_module.html#etag)\
165173
[events](https://nginx.org/en/docs/ngx_core_module.html#events)\
166174
[expires](https://nginx.org/en/docs/http/ngx_http_headers_module.html#expires)\
175+
[extra_auth_args](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#extra_auth_args)\
167176
[f4f](https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f)\
168177
[f4f_buffer_size](https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f_buffer_size)\
169178
[fastcgi_buffer_size](https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_buffer_size)\
@@ -232,6 +241,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
232241
[grpc_set_header](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_set_header)\
233242
[grpc_socket_keepalive](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_socket_keepalive)\
234243
[grpc_ssl_certificate](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate)\
244+
[grpc_ssl_certificate_cache](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_cache)\
235245
[grpc_ssl_certificate_key](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_key)\
236246
[grpc_ssl_ciphers](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_ciphers)\
237247
[grpc_ssl_conf_command](https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_conf_command)\
@@ -302,6 +312,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
302312
[internal](https://nginx.org/en/docs/http/ngx_http_core_module.html#internal)\
303313
[internal_redirect](http://nginx.org/en/docs/http/ngx_http_internal_redirect_module.html#internal_redirect)\
304314
[ip_hash](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#ip_hash)\
315+
[issuer](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#issuer)\
305316
[js_access (ngx_stream_js_module)](https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_access)\
306317
[js_body_filter](https://nginx.org/en/docs/http/ngx_http_js_module.html#js_body_filter)\
307318
[js_content](https://nginx.org/en/docs/http/ngx_http_js_module.html#js_content)\
@@ -343,6 +354,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
343354
[js_var (ngx_stream_js_module)](https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_var)\
344355
[keepalive](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive)\
345356
[keepalive_disable](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_disable)\
357+
[keepalive_min_timeout](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_min_timeout)\
346358
[keepalive_requests (ngx_http_core_module)](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests)\
347359
[keepalive_time (ngx_http_core_module)](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time)\
348360
[keepalive_timeout (ngx_http_core_module)](https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_timeout)\
@@ -385,6 +397,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
385397
[log_format (ngx_stream_log_module)](https://nginx.org/en/docs/stream/ngx_stream_log_module.html#log_format)\
386398
[log_not_found](https://nginx.org/en/docs/http/ngx_http_core_module.html#log_not_found)\
387399
[log_subrequest](https://nginx.org/en/docs/http/ngx_http_core_module.html#log_subrequest)\
400+
[logout_uri](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#logout_uri)\
401+
[logout_token_hint](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#logout_token_hint)\
388402
[mail](https://nginx.org/en/docs/mail/ngx_mail_core_module.html#mail)\
389403
[map (ngx_http_map_module)](https://nginx.org/en/docs/http/ngx_http_map_module.html#map)\
390404
[map (ngx_stream_map_module)](https://nginx.org/en/docs/stream/ngx_stream_map_module.html#map)\
@@ -431,6 +445,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
431445
[msie_refresh](https://nginx.org/en/docs/http/ngx_http_core_module.html#msie_refresh)\
432446
[multi_accept](https://nginx.org/en/docs/ngx_core_module.html#multi_accept)\
433447
[ntlm](https://nginx.org/en/docs/http/ngx_http_upstream_module.html#ntlm)\
448+
[oidc_provider](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#oidc_provider)\
434449
[open_file_cache](https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache)\
435450
[open_file_cache_errors](https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache_errors)\
436451
[open_file_cache_min_uses](https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache_min_uses)\
@@ -450,6 +465,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
450465
[pop3_auth](https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_auth)\
451466
[pop3_capabilities](https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_capabilities)\
452467
[port_in_redirect](https://nginx.org/en/docs/http/ngx_http_core_module.html#port_in_redirect)\
468+
[post_logout_uri](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#post_logout_uri)\
453469
[postpone_output](https://nginx.org/en/docs/http/ngx_http_core_module.html#postpone_output)\
454470
[preread_buffer_size (ngx_stream_core_module)](https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_buffer_size)\
455471
[preread_timeout (ngx_stream_core_module)](https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_timeout)\
@@ -526,6 +542,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
526542
[proxy_ssl (ngx_stream_proxy_module)](https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl)\
527543
[proxy_ssl_certificate (ngx_http_proxy_module)](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate)\
528544
[proxy_ssl_certificate (ngx_stream_proxy_module)](https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate)\
545+
[proxy_ssl_certificate_cache (ngx_http_proxy_module)](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_cache)\
546+
[proxy_ssl_certificate_cache (ngx_stream_proxy_module)](https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_cache)\
529547
[proxy_ssl_certificate_key (ngx_http_proxy_module)](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_key)\
530548
[proxy_ssl_certificate_key (ngx_stream_proxy_module)](https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_key)\
531549
[proxy_ssl_ciphers (ngx_http_proxy_module)](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_ciphers)\
@@ -570,6 +588,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
570588
[real_ip_header](https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header)\
571589
[real_ip_recursive](https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_recursive)\
572590
[recursive_error_pages](https://nginx.org/en/docs/http/ngx_http_core_module.html#recursive_error_pages)\
591+
[redirect_uri](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#redirect_uri)\
573592
[referer_hash_bucket_size](https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_bucket_size)\
574593
[referer_hash_max_size](https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_max_size)\
575594
[request_pool_size](https://nginx.org/en/docs/http/ngx_http_core_module.html#request_pool_size)\
@@ -633,6 +652,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
633652
[scgi_store](https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store)\
634653
[scgi_store_access](https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store_access)\
635654
[scgi_temp_file_write_size](https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_temp_file_write_size)\
655+
[scope](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#scope)\
636656
[scgi_temp_path](https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_temp_path)\
637657
[secure_link](https://nginx.org/en/docs/http/ngx_http_secure_link_module.html#secure_link)\
638658
[secure_link_md5](https://nginx.org/en/docs/http/ngx_http_secure_link_module.html#secure_link_md5)\
@@ -654,6 +674,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
654674
[session_log](https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log)\
655675
[session_log_format](https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log_format)\
656676
[session_log_zone](https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log_zone)\
677+
[session_store](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#session_store)\
678+
[session_timeout](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#session_timeout)\
657679
[set (ngx_http_rewrite_module)](https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#set)\
658680
[set (ngx_stream_set_module)](https://nginx.org/en/docs/stream/ngx_stream_set_module.html#set)\
659681
[set_real_ip_from (ngx_http_realip_module)](https://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from)\
@@ -683,6 +705,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
683705
[ssl_certificate (ngx_mail_ssl_module)](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate)\
684706
[ssl_certificate (ngx_stream_ssl_module)](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate)\
685707
[ssl_certificate (ngx_mgmt_module)](https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_certificate)\
708+
[ssl_certificate_cache (ngx_http_ssl_module)](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_cache)\
709+
[ssl_certificate_cache (ngx_stream_ssl_module)](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate_cache)\
686710
[ssl_certificate_key (ngx_http_ssl_module)](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key)\
687711
[ssl_certificate_key (ngx_mail_ssl_module)](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate_key)\
688712
[ssl_certificate_key (ngx_stream_ssl_module)](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate_key)\
@@ -696,6 +720,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
696720
[ssl_conf_command (ngx_http_ssl_module)](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_conf_command)\
697721
[ssl_conf_command (ngx_mail_ssl_module)](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_conf_command)\
698722
[ssl_conf_command (ngx_stream_ssl_module)](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_conf_command)\
723+
[ssl_crl (ngx_http_oidc_module)](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#ssl_crl)\
699724
[ssl_crl (ngx_http_ssl_module)](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_crl)\
700725
[ssl_crl (ngx_mail_ssl_module)](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_crl)\
701726
[ssl_crl (ngx_mgmt_module)](https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_crl)\
@@ -707,6 +732,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
707732
[ssl_ecdh_curve (ngx_stream_ssl_module)](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_ecdh_curve)\
708733
[ssl_handshake_timeout](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_handshake_timeout)\
709734
[ssl_name](https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_name)\
735+
[ssl_object_cache_inheritable](https://nginx.org/en/docs/ngx_core_module.html#ssl_object_cache_inheritable)\
710736
[ssl_ocsp](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp)\
711737
[ssl_ocsp_cache](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp_cache)\
712738
[ssl_ocsp_responder](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp_responder)\
@@ -739,6 +765,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
739765
[ssl_stapling_file](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_file)\
740766
[ssl_stapling_responder](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_responder)\
741767
[ssl_stapling_verify](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_verify)\
768+
[ssl_trusted_certificate (ngx_http_oidc_module)](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#ssl_trusted_certificate)\
742769
[ssl_trusted_certificate (ngx_http_ssl_module)](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_trusted_certificate)\
743770
[ssl_trusted_certificate (ngx_mail_ssl_module)](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_trusted_certificate)\
744771
[ssl_trusted_certificate (ngx_stream_ssl_module)](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_trusted_certificate)\
@@ -750,6 +777,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
750777
[ssl_verify_depth (ngx_http_ssl_module)](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_depth)\
751778
[ssl_verify_depth (ngx_mail_ssl_module)](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_verify_depth)\
752779
[ssl_verify_depth (ngx_stream_ssl_module)](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_verify_depth)\
780+
[stall_threshold](https://nginx.org/en/docs/ngx_core_module.html#stall_threshold)\
753781
[ssl_verify_depth (ngx_mgmt_module)](https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_verify_depth)\
754782
[starttls](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#starttls)\
755783
[state (ngx_http_upstream_module)](http://nginx.org/en/docs/http/ngx_http_upstream_module.html#state)\
@@ -790,6 +818,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
790818
[userid_p3p](https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_p3p)\
791819
[userid_path](https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_path)\
792820
[userid_service](https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_service)\
821+
[userinfo](https://nginx.org/en/docs/http/ngx_http_oidc_module.html#userinfo)\
793822
[uuid_file](https://nginx.org/en/docs/ngx_mgmt_module.html#uuid_file)\
794823
[uwsgi_buffer_size](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffer_size)\
795824
[uwsgi_buffering](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffering)\
@@ -834,6 +863,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
834863
[uwsgi_send_timeout](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_send_timeout)\
835864
[uwsgi_socket_keepalive](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_socket_keepalive)\
836865
[uwsgi_ssl_certificate](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate)\
866+
[uwsgi_ssl_certificate_cache](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_cache)\
837867
[uwsgi_ssl_certificate_key](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_key)\
838868
[uwsgi_ssl_conf_command](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_conf_command)\
839869
[uwsgi_ssl_crl](https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_crl)\

0 commit comments

Comments
 (0)