@@ -49,7 +49,8 @@ Some directives are not supported because of specific limitations. If you includ
4949 | ssl_engine | No hardware SSL accelerator is available. |
5050 | debug_points | NGINXaaS does not provide access to NGINX processes for debugging. |
5151 | 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.
5354
5455{{< /table >}}
5556
@@ -122,6 +123,8 @@ NGINXaaS for Azure supports a limited set of NGINX directives.
122123[ auth_jwt_leeway] ( https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_leeway ) \
123124[ auth_jwt_require] ( https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html#auth_jwt_require ) \
124125[ 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 ) \
125128[ auth_request] ( https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request ) \
126129[ auth_request_set] ( https://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request_set ) \
127130[ 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.
141144[ client_body_timeout] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_timeout ) \
142145[ client_header_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#client_header_buffer_size ) \
143146[ 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 ) \
144148[ 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 ) \
145151[ 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 ) \
146153[ create_full_put_path] ( https://nginx.org/en/docs/http/ngx_http_dav_module.html#create_full_put_path ) \
147154[ daemon] ( https://nginx.org/en/docs/ngx_core_module.html#daemon ) \
148155[ 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.
154161[ directio] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#directio ) \
155162[ directio_alignment] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#directio_alignment ) \
156163[ 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 ) \
157165[ empty_gif] ( https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html#empty_gif ) \
158166[ env] ( https://nginx.org/en/docs/ngx_core_module.html#env ) \
159167[ error_log] ( https://nginx.org/en/docs/ngx_core_module.html#error_log ) \
160168[ error_page] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#error_page ) \
161169[ etag] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#etag ) \
162170[ events] ( https://nginx.org/en/docs/ngx_core_module.html#events ) \
163171[ 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 ) \
164173[ f4f] ( https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f ) \
165174[ f4f_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_f4f_module.html#f4f_buffer_size ) \
166175[ 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.
229238[ grpc_set_header] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_set_header ) \
230239[ grpc_socket_keepalive] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_socket_keepalive ) \
231240[ 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 ) \
232242[ grpc_ssl_certificate_key] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_key ) \
233243[ grpc_ssl_ciphers] ( https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_ciphers ) \
234244[ 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.
299309[ internal] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#internal ) \
300310[ internal_redirect] ( http://nginx.org/en/docs/http/ngx_http_internal_redirect_module.html#internal_redirect ) \
301311[ 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 ) \
302313[ js_access (ngx_stream_js_module)] ( https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_access ) \
303314[ js_body_filter] ( https://nginx.org/en/docs/http/ngx_http_js_module.html#js_body_filter ) \
304315[ 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.
340351[ js_var (ngx_stream_js_module)] ( https://nginx.org/en/docs/stream/ngx_stream_js_module.html#js_var ) \
341352[ keepalive] ( https://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive ) \
342353[ 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 ) \
343355[ keepalive_requests (ngx_http_core_module)] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests ) \
344356[ keepalive_time (ngx_http_core_module)] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time ) \
345357[ 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.
382394[ log_format (ngx_stream_log_module)] ( https://nginx.org/en/docs/stream/ngx_stream_log_module.html#log_format ) \
383395[ log_not_found] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#log_not_found ) \
384396[ 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 ) \
385399[ mail] ( https://nginx.org/en/docs/mail/ngx_mail_core_module.html#mail ) \
386400[ map (ngx_http_map_module)] ( https://nginx.org/en/docs/http/ngx_http_map_module.html#map ) \
387401[ 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.
428442[ msie_refresh] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#msie_refresh ) \
429443[ multi_accept] ( https://nginx.org/en/docs/ngx_core_module.html#multi_accept ) \
430444[ 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 ) \
431446[ open_file_cache] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache ) \
432447[ open_file_cache_errors] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache_errors ) \
433448[ 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.
447462[ pop3_auth] ( https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_auth ) \
448463[ pop3_capabilities] ( https://nginx.org/en/docs/mail/ngx_mail_pop3_module.html#pop3_capabilities ) \
449464[ 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 ) \
450466[ postpone_output] ( https://nginx.org/en/docs/http/ngx_http_core_module.html#postpone_output ) \
451467[ preread_buffer_size (ngx_stream_core_module)] ( https://nginx.org/en/docs/stream/ngx_stream_core_module.html#preread_buffer_size ) \
452468[ 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.
523539[ proxy_ssl (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl ) \
524540[ proxy_ssl_certificate (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate ) \
525541[ 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 ) \
526544[ proxy_ssl_certificate_key (ngx_http_proxy_module)] ( https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_key ) \
527545[ proxy_ssl_certificate_key (ngx_stream_proxy_module)] ( https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_key ) \
528546[ 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.
567585[ real_ip_header] ( https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_header ) \
568586[ real_ip_recursive] ( https://nginx.org/en/docs/http/ngx_http_realip_module.html#real_ip_recursive ) \
569587[ 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 ) \
570589[ referer_hash_bucket_size] ( https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_bucket_size ) \
571590[ referer_hash_max_size] ( https://nginx.org/en/docs/http/ngx_http_referer_module.html#referer_hash_max_size ) \
572591[ 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.
630649[ scgi_store] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store ) \
631650[ scgi_store_access] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_store_access ) \
632651[ 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 ) \
633653[ scgi_temp_path] ( https://nginx.org/en/docs/http/ngx_http_scgi_module.html#scgi_temp_path ) \
634654[ secure_link] ( https://nginx.org/en/docs/http/ngx_http_secure_link_module.html#secure_link ) \
635655[ 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.
651671[ session_log] ( https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log ) \
652672[ session_log_format] ( https://nginx.org/en/docs/http/ngx_http_session_log_module.html#session_log_format ) \
653673[ 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 ) \
654676[ set (ngx_http_rewrite_module)] ( https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#set ) \
655677[ set (ngx_stream_set_module)] ( https://nginx.org/en/docs/stream/ngx_stream_set_module.html#set ) \
656678[ 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.
680702[ ssl_certificate (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate ) \
681703[ ssl_certificate (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate ) \
682704[ 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 ) \
683707[ ssl_certificate_key (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key ) \
684708[ ssl_certificate_key (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_certificate_key ) \
685709[ 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.
693717[ ssl_conf_command (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_conf_command ) \
694718[ ssl_conf_command (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_conf_command ) \
695719[ 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 ) \
696721[ ssl_crl (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_crl ) \
697722[ ssl_crl (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_crl ) \
698723[ 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.
704729[ ssl_ecdh_curve (ngx_stream_ssl_module)] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_ecdh_curve ) \
705730[ ssl_handshake_timeout] ( https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_handshake_timeout ) \
706731[ 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 ) \
707733[ ssl_ocsp] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp ) \
708734[ ssl_ocsp_cache] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp_cache ) \
709735[ 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.
736762[ ssl_stapling_file] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_file ) \
737763[ ssl_stapling_responder] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling_responder ) \
738764[ 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 ) \
739766[ ssl_trusted_certificate (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_trusted_certificate ) \
740767[ ssl_trusted_certificate (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_trusted_certificate ) \
741768[ 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.
747774[ ssl_verify_depth (ngx_http_ssl_module)] ( https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_depth ) \
748775[ ssl_verify_depth (ngx_mail_ssl_module)] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#ssl_verify_depth ) \
749776[ 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 ) \
750778[ ssl_verify_depth (ngx_mgmt_module)] ( https://nginx.org/en/docs/ngx_mgmt_module.html#ssl_verify_depth ) \
751779[ starttls] ( https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html#starttls ) \
752780[ 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.
787815[ userid_p3p] ( https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_p3p ) \
788816[ userid_path] ( https://nginx.org/en/docs/http/ngx_http_userid_module.html#userid_path ) \
789817[ 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 ) \
790819[ uuid_file] ( https://nginx.org/en/docs/ngx_mgmt_module.html#uuid_file ) \
791820[ uwsgi_buffer_size] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_buffer_size ) \
792821[ 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.
831860[ uwsgi_send_timeout] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_send_timeout ) \
832861[ uwsgi_socket_keepalive] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_socket_keepalive ) \
833862[ 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 ) \
834864[ uwsgi_ssl_certificate_key] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_key ) \
835865[ uwsgi_ssl_conf_command] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_conf_command ) \
836866[ uwsgi_ssl_crl] ( https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_crl ) \
0 commit comments