@@ -49,7 +49,8 @@ Some directives are not supported because of specific limitations. If you includ
49
49
| ssl_engine | No hardware SSL accelerator is available. |
50
50
| debug_points | NGINXaaS does not provide access to NGINX processes for debugging. |
51
51
| 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. |
52
- | quic_bpf | QUIC connection migration is not currently supported for active-active deployments. |
52
+ | quic_bpf | QUIC connection migration is not currently supported for active-active deployments.
53
+ | 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.
53
54
54
55
{{< /table >}}
55
56
@@ -122,6 +123,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
122
123
[ auth_jwt_leeway] ( https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_leeway ) \
123
124
[ auth_jwt_require] ( https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_require ) \
124
125
[ auth_jwt_type] ( https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_type ) \
126
+ [ auth_oidc] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#auth_oidc ) \
127
+ [ auth_require] ( https://nginx.org/en/docs/http/ngx_http_auth_require_module.html#auth_require ) \
125
128
[ auth_request] ( https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request ) \
126
129
[ auth_request_set] ( https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request_set ) \
127
130
[ autoindex] ( https://nginx.org/en/docs/http/ngx_http_autoindex_module.html#autoindex ) \
@@ -141,8 +144,12 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
141
144
[ client_body_timeout] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_timeout ) \
142
145
[ client_header_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_header_buffer_size ) \
143
146
[ client_header_timeout] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_header_timeout ) \
147
+ [ client_id] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#client_id ) \
144
148
[ client_max_body_size] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size ) \
149
+ [ client_secret] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#client_secret ) \
150
+ [ config_url] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#config_url ) \
145
151
[ connection_pool_size] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#connection_pool_size ) \
152
+ [ cookie_name] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#cookie_name ) \
146
153
[ create_full_put_path] ( https://nginx.org/en/docs/http/ngx_http_dav_module.html#create_full_put_path ) \
147
154
[ daemon] ( https://nginx.org/en/docs/ngx_core_module.html#daemon ) \
148
155
[ dav_access] ( https://nginx.org/en/docs/http/ngx_http_dav_module.html#dav_access ) \
@@ -154,13 +161,15 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
154
161
[ directio] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#directio ) \
155
162
[ directio_alignment] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#directio_alignment ) \
156
163
[ disable_symlinks] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#disable_symlinks ) \
164
+ [ early_hints] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#early_hints ) \
157
165
[ empty_gif] ( https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html#empty_gif ) \
158
166
[ env] ( https://nginx.org/en/docs/ngx_core_module.html#env ) \
159
167
[ error_log] ( https://nginx.org/en/docs/ngx_core_module.html#error_log ) \
160
168
[ error_page] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#error_page ) \
161
169
[ etag] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#etag ) \
162
170
[ events] ( https://nginx.org/en/docs/ngx_core_module.html#events ) \
163
171
[ expires] ( https://nginx.org/en/docs/http/ngx_http_headers_module.html#expires ) \
172
+ [ extra_auth_args] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#extra_auth_args ) \
164
173
[ f4f] ( https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f ) \
165
174
[ f4f_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f_buffer_size ) \
166
175
[ fastcgi_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_buffer_size ) \
@@ -229,6 +238,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
229
238
[ grpc_set_header] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_set_header ) \
230
239
[ grpc_socket_keepalive] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_socket_keepalive ) \
231
240
[ grpc_ssl_certificate] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate ) \
241
+ [ grpc_ssl_certificate_cache] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_cache ) \
232
242
[ grpc_ssl_certificate_key] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_key ) \
233
243
[ grpc_ssl_ciphers] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_ciphers ) \
234
244
[ grpc_ssl_conf_command] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_conf_command ) \
@@ -299,6 +309,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
299
309
[ internal] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#internal ) \
300
310
[ internal_redirect] ( http://nginx.org/en/docs/http/ngx_http_internal_redirect_module.html#internal_redirect ) \
301
311
[ ip_hash] ( https://nginx.org/en/docs/http/ngx_http_upstream_module.html#ip_hash ) \
312
+ [ issuer] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#issuer ) \
302
313
[ js_access (ngx_stream_js_module)] ( https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_access ) \
303
314
[ js_body_filter] ( https://nginx.org/en/docs/http/ngx_http_js_module.html#js_body_filter ) \
304
315
[ js_content] ( https://nginx.org/en/docs/http/ngx_http_js_module.html#js_content ) \
@@ -340,6 +351,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
340
351
[ js_var (ngx_stream_js_module)] ( https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_var ) \
341
352
[ keepalive] ( https://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive ) \
342
353
[ keepalive_disable] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_disable ) \
354
+ [ keepalive_min_timeout] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_min_timeout ) \
343
355
[ keepalive_requests (ngx_http_core_module)] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests ) \
344
356
[ keepalive_time (ngx_http_core_module)] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time ) \
345
357
[ keepalive_timeout (ngx_http_core_module)] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_timeout ) \
@@ -382,6 +394,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
382
394
[ log_format (ngx_stream_log_module)] ( https://nginx.org/en/docs/stream/ngx_stream_log_module.html#log_format ) \
383
395
[ log_not_found] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#log_not_found ) \
384
396
[ log_subrequest] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#log_subrequest ) \
397
+ [ logout_uri] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#logout_uri ) \
398
+ [ logout_token_hint] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#logout_token_hint ) \
385
399
[ mail] ( https://nginx.org/en/docs/mail/ngx_mail_core_module.html#mail ) \
386
400
[ map (ngx_http_map_module)] ( https://nginx.org/en/docs/http/ngx_http_map_module.html#map ) \
387
401
[ map (ngx_stream_map_module)] ( https://nginx.org/en/docs/stream/ngx_stream_map_module.html#map ) \
@@ -428,6 +442,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
428
442
[ msie_refresh] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#msie_refresh ) \
429
443
[ multi_accept] ( https://nginx.org/en/docs/ngx_core_module.html#multi_accept ) \
430
444
[ ntlm] ( https://nginx.org/en/docs/http/ngx_http_upstream_module.html#ntlm ) \
445
+ [ oidc_provider] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#oidc_provider ) \
431
446
[ open_file_cache] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache ) \
432
447
[ open_file_cache_errors] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache_errors ) \
433
448
[ open_file_cache_min_uses] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache_min_uses ) \
@@ -447,6 +462,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
447
462
[ pop3_auth] ( https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_auth ) \
448
463
[ pop3_capabilities] ( https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_capabilities ) \
449
464
[ port_in_redirect] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#port_in_redirect ) \
465
+ [ post_logout_uri] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#post_logout_uri ) \
450
466
[ postpone_output] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#postpone_output ) \
451
467
[ preread_buffer_size (ngx_stream_core_module)] ( https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_buffer_size ) \
452
468
[ preread_timeout (ngx_stream_core_module)] ( https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_timeout ) \
@@ -523,6 +539,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
523
539
[ proxy_ssl (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl ) \
524
540
[ proxy_ssl_certificate (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate ) \
525
541
[ proxy_ssl_certificate (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate ) \
542
+ [ proxy_ssl_certificate_cache (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_cache ) \
543
+ [ proxy_ssl_certificate_cache (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_cache ) \
526
544
[ proxy_ssl_certificate_key (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_key ) \
527
545
[ proxy_ssl_certificate_key (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_key ) \
528
546
[ proxy_ssl_ciphers (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_ciphers ) \
@@ -567,6 +585,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
567
585
[ real_ip_header] ( https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header ) \
568
586
[ real_ip_recursive] ( https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_recursive ) \
569
587
[ recursive_error_pages] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#recursive_error_pages ) \
588
+ [ redirect_uri] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#redirect_uri ) \
570
589
[ referer_hash_bucket_size] ( https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_bucket_size ) \
571
590
[ referer_hash_max_size] ( https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_max_size ) \
572
591
[ request_pool_size] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#request_pool_size ) \
@@ -630,6 +649,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
630
649
[ scgi_store] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store ) \
631
650
[ scgi_store_access] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store_access ) \
632
651
[ scgi_temp_file_write_size] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_temp_file_write_size ) \
652
+ [ scope] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#scope ) \
633
653
[ scgi_temp_path] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_temp_path ) \
634
654
[ secure_link] ( https://nginx.org/en/docs/http/ngx_http_secure_link_module.html#secure_link ) \
635
655
[ secure_link_md5] ( https://nginx.org/en/docs/http/ngx_http_secure_link_module.html#secure_link_md5 ) \
@@ -651,6 +671,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
651
671
[ session_log] ( https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log ) \
652
672
[ session_log_format] ( https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log_format ) \
653
673
[ session_log_zone] ( https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log_zone ) \
674
+ [ session_store] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#session_store ) \
675
+ [ session_timeout] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#session_timeout ) \
654
676
[ set (ngx_http_rewrite_module)] ( https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#set ) \
655
677
[ set (ngx_stream_set_module)] ( https://nginx.org/en/docs/stream/ngx_stream_set_module.html#set ) \
656
678
[ set_real_ip_from (ngx_http_realip_module)] ( https://nginx.org/en/docs/http/ngx_http_realip_module.html#set_real_ip_from ) \
@@ -680,6 +702,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
680
702
[ ssl_certificate (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate ) \
681
703
[ ssl_certificate (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate ) \
682
704
[ ssl_certificate (ngx_mgmt_module)] ( https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_certificate ) \
705
+ [ ssl_certificate_cache (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_cache ) \
706
+ [ ssl_certificate_cache (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate_cache ) \
683
707
[ ssl_certificate_key (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key ) \
684
708
[ ssl_certificate_key (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate_key ) \
685
709
[ ssl_certificate_key (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate_key ) \
@@ -693,6 +717,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
693
717
[ ssl_conf_command (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_conf_command ) \
694
718
[ ssl_conf_command (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_conf_command ) \
695
719
[ ssl_conf_command (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_conf_command ) \
720
+ [ ssl_crl (ngx_http_oidc_module)] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#ssl_crl ) \
696
721
[ ssl_crl (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_crl ) \
697
722
[ ssl_crl (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_crl ) \
698
723
[ ssl_crl (ngx_mgmt_module)] ( https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_crl ) \
@@ -704,6 +729,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
704
729
[ ssl_ecdh_curve (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_ecdh_curve ) \
705
730
[ ssl_handshake_timeout] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_handshake_timeout ) \
706
731
[ ssl_name] ( https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_name ) \
732
+ [ ssl_object_cache_inheritable] ( https://nginx.org/en/docs/ngx_core_module.html#ssl_object_cache_inheritable ) \
707
733
[ ssl_ocsp] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp ) \
708
734
[ ssl_ocsp_cache] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp_cache ) \
709
735
[ ssl_ocsp_responder] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp_responder ) \
@@ -736,6 +762,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
736
762
[ ssl_stapling_file] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_file ) \
737
763
[ ssl_stapling_responder] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_responder ) \
738
764
[ ssl_stapling_verify] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_verify ) \
765
+ [ ssl_trusted_certificate (ngx_http_oidc_module)] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#ssl_trusted_certificate ) \
739
766
[ ssl_trusted_certificate (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_trusted_certificate ) \
740
767
[ ssl_trusted_certificate (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_trusted_certificate ) \
741
768
[ ssl_trusted_certificate (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_trusted_certificate ) \
@@ -747,6 +774,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
747
774
[ ssl_verify_depth (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_depth ) \
748
775
[ ssl_verify_depth (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_verify_depth ) \
749
776
[ ssl_verify_depth (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_verify_depth ) \
777
+ [ stall_threshold] ( https://nginx.org/en/docs/ngx_core_module.html#stall_threshold ) \
750
778
[ ssl_verify_depth (ngx_mgmt_module)] ( https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_verify_depth ) \
751
779
[ starttls] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#starttls ) \
752
780
[ state (ngx_http_upstream_module)] ( http://nginx.org/en/docs/http/ngx_http_upstream_module.html#state ) \
@@ -787,6 +815,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
787
815
[ userid_p3p] ( https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_p3p ) \
788
816
[ userid_path] ( https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_path ) \
789
817
[ userid_service] ( https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_service ) \
818
+ [ userinfo] ( https://nginx.org/en/docs/http/ngx_http_oidc_module.html#userinfo ) \
790
819
[ uuid_file] ( https://nginx.org/en/docs/ngx_mgmt_module.html#uuid_file ) \
791
820
[ uwsgi_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffer_size ) \
792
821
[ uwsgi_buffering] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffering ) \
@@ -831,6 +860,7 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
831
860
[ uwsgi_send_timeout] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_send_timeout ) \
832
861
[ uwsgi_socket_keepalive] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_socket_keepalive ) \
833
862
[ uwsgi_ssl_certificate] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate ) \
863
+ [ uwsgi_ssl_certificate_cache] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_cache ) \
834
864
[ uwsgi_ssl_certificate_key] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_key ) \
835
865
[ uwsgi_ssl_conf_command] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_conf_command ) \
836
866
[ uwsgi_ssl_crl] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_crl ) \
0 commit comments