@@ -52,7 +52,8 @@ Some directives are not supported because of specific limitations. If you includ
52
52
| ssl_engine | No hardware SSL accelerator is available. |
53
53
| debug_points | NGINXaaS does not provide access to NGINX processes for debugging. |
54
54
| 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.
56
57
57
58
{{< /table >}}
58
59
@@ -125,6 +126,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
125
126
[ auth_jwt_leeway] ( https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_leeway ) \
126
127
[ auth_jwt_require] ( https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_require ) \
127
128
[ 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 ) \
128
131
[ auth_request] ( https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request ) \
129
132
[ auth_request_set] ( https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request_set ) \
130
133
[ 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.
144
147
[ client_body_timeout] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_timeout ) \
145
148
[ client_header_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_header_buffer_size ) \
146
149
[ 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 ) \
147
151
[ 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 ) \
148
154
[ 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 ) \
149
156
[ create_full_put_path] ( https://nginx.org/en/docs/http/ngx_http_dav_module.html#create_full_put_path ) \
150
157
[ daemon] ( https://nginx.org/en/docs/ngx_core_module.html#daemon ) \
151
158
[ 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.
157
164
[ directio] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#directio ) \
158
165
[ directio_alignment] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#directio_alignment ) \
159
166
[ 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 ) \
160
168
[ empty_gif] ( https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html#empty_gif ) \
161
169
[ env] ( https://nginx.org/en/docs/ngx_core_module.html#env ) \
162
170
[ error_log] ( https://nginx.org/en/docs/ngx_core_module.html#error_log ) \
163
171
[ error_page] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#error_page ) \
164
172
[ etag] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#etag ) \
165
173
[ events] ( https://nginx.org/en/docs/ngx_core_module.html#events ) \
166
174
[ 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 ) \
167
176
[ f4f] ( https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f ) \
168
177
[ f4f_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f_buffer_size ) \
169
178
[ 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.
232
241
[ grpc_set_header] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_set_header ) \
233
242
[ grpc_socket_keepalive] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_socket_keepalive ) \
234
243
[ 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 ) \
235
245
[ grpc_ssl_certificate_key] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_key ) \
236
246
[ grpc_ssl_ciphers] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_ciphers ) \
237
247
[ 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.
302
312
[ internal] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#internal ) \
303
313
[ internal_redirect] ( http://nginx.org/en/docs/http/ngx_http_internal_redirect_module.html#internal_redirect ) \
304
314
[ 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 ) \
305
316
[ js_access (ngx_stream_js_module)] ( https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_access ) \
306
317
[ js_body_filter] ( https://nginx.org/en/docs/http/ngx_http_js_module.html#js_body_filter ) \
307
318
[ 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.
343
354
[ js_var (ngx_stream_js_module)] ( https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_var ) \
344
355
[ keepalive] ( https://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive ) \
345
356
[ 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 ) \
346
358
[ keepalive_requests (ngx_http_core_module)] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests ) \
347
359
[ keepalive_time (ngx_http_core_module)] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time ) \
348
360
[ 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.
385
397
[ log_format (ngx_stream_log_module)] ( https://nginx.org/en/docs/stream/ngx_stream_log_module.html#log_format ) \
386
398
[ log_not_found] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#log_not_found ) \
387
399
[ 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 ) \
388
402
[ mail] ( https://nginx.org/en/docs/mail/ngx_mail_core_module.html#mail ) \
389
403
[ map (ngx_http_map_module)] ( https://nginx.org/en/docs/http/ngx_http_map_module.html#map ) \
390
404
[ 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.
431
445
[ msie_refresh] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#msie_refresh ) \
432
446
[ multi_accept] ( https://nginx.org/en/docs/ngx_core_module.html#multi_accept ) \
433
447
[ 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 ) \
434
449
[ open_file_cache] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache ) \
435
450
[ open_file_cache_errors] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache_errors ) \
436
451
[ 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.
450
465
[ pop3_auth] ( https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_auth ) \
451
466
[ pop3_capabilities] ( https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_capabilities ) \
452
467
[ 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 ) \
453
469
[ postpone_output] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#postpone_output ) \
454
470
[ preread_buffer_size (ngx_stream_core_module)] ( https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_buffer_size ) \
455
471
[ 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.
526
542
[ proxy_ssl (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl ) \
527
543
[ proxy_ssl_certificate (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate ) \
528
544
[ 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 ) \
529
547
[ proxy_ssl_certificate_key (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_key ) \
530
548
[ proxy_ssl_certificate_key (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_key ) \
531
549
[ 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.
570
588
[ real_ip_header] ( https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header ) \
571
589
[ real_ip_recursive] ( https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_recursive ) \
572
590
[ 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 ) \
573
592
[ referer_hash_bucket_size] ( https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_bucket_size ) \
574
593
[ referer_hash_max_size] ( https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_max_size ) \
575
594
[ 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.
633
652
[ scgi_store] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store ) \
634
653
[ scgi_store_access] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store_access ) \
635
654
[ 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 ) \
636
656
[ scgi_temp_path] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_temp_path ) \
637
657
[ secure_link] ( https://nginx.org/en/docs/http/ngx_http_secure_link_module.html#secure_link ) \
638
658
[ 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.
654
674
[ session_log] ( https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log ) \
655
675
[ session_log_format] ( https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log_format ) \
656
676
[ 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 ) \
657
679
[ set (ngx_http_rewrite_module)] ( https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#set ) \
658
680
[ set (ngx_stream_set_module)] ( https://nginx.org/en/docs/stream/ngx_stream_set_module.html#set ) \
659
681
[ 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.
683
705
[ ssl_certificate (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate ) \
684
706
[ ssl_certificate (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate ) \
685
707
[ 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 ) \
686
710
[ ssl_certificate_key (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key ) \
687
711
[ ssl_certificate_key (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate_key ) \
688
712
[ 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.
696
720
[ ssl_conf_command (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_conf_command ) \
697
721
[ ssl_conf_command (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_conf_command ) \
698
722
[ 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 ) \
699
724
[ ssl_crl (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_crl ) \
700
725
[ ssl_crl (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_crl ) \
701
726
[ 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.
707
732
[ ssl_ecdh_curve (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_ecdh_curve ) \
708
733
[ ssl_handshake_timeout] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_handshake_timeout ) \
709
734
[ 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 ) \
710
736
[ ssl_ocsp] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp ) \
711
737
[ ssl_ocsp_cache] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp_cache ) \
712
738
[ 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.
739
765
[ ssl_stapling_file] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_file ) \
740
766
[ ssl_stapling_responder] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_responder ) \
741
767
[ 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 ) \
742
769
[ ssl_trusted_certificate (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_trusted_certificate ) \
743
770
[ ssl_trusted_certificate (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_trusted_certificate ) \
744
771
[ 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.
750
777
[ ssl_verify_depth (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_depth ) \
751
778
[ ssl_verify_depth (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_verify_depth ) \
752
779
[ 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 ) \
753
781
[ ssl_verify_depth (ngx_mgmt_module)] ( https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_verify_depth ) \
754
782
[ starttls] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#starttls ) \
755
783
[ 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.
790
818
[ userid_p3p] ( https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_p3p ) \
791
819
[ userid_path] ( https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_path ) \
792
820
[ 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 ) \
793
822
[ uuid_file] ( https://nginx.org/en/docs/ngx_mgmt_module.html#uuid_file ) \
794
823
[ uwsgi_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffer_size ) \
795
824
[ 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.
834
863
[ uwsgi_send_timeout] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_send_timeout ) \
835
864
[ uwsgi_socket_keepalive] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_socket_keepalive ) \
836
865
[ 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 ) \
837
867
[ uwsgi_ssl_certificate_key] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_key ) \
838
868
[ uwsgi_ssl_conf_command] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_conf_command ) \
839
869
[ uwsgi_ssl_crl] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_crl ) \
0 commit comments