File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roles/matrix-nginx-proxy/defaults Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ matrix_ssl_lets_encrypt_staging: false
476476# Learn more here: https://eff-certbot.readthedocs.io/en/stable/using.html#changing-the-acme-server
477477matrix_ssl_lets_encrypt_server : ' '
478478
479- matrix_ssl_lets_encrypt_certbot_docker_image : " {{ matrix_container_global_registry_prefix }}certbot/certbot:{{ matrix_ssl_architecture }}-v1.21 .0"
479+ matrix_ssl_lets_encrypt_certbot_docker_image : " {{ matrix_container_global_registry_prefix }}certbot/certbot:{{ matrix_ssl_architecture }}-v1.22 .0"
480480matrix_ssl_lets_encrypt_certbot_docker_image_force_pull : " {{ matrix_ssl_lets_encrypt_certbot_docker_image.endswith(':latest') }}"
481481matrix_ssl_lets_encrypt_certbot_standalone_http_port : 2402
482482matrix_ssl_lets_encrypt_support_email : ~
@@ -555,5 +555,5 @@ matrix_nginx_proxy_synapse_frontend_proxy_locations: []
555555# The amount of worker processes and connections
556556# Consider increasing these when you are expecting high amounts of traffic
557557# http://nginx.org/en/docs/ngx_core_module.html#worker_connections
558- matrix_nginx_proxy_worker_processes : 1
558+ matrix_nginx_proxy_worker_processes : auto
559559matrix_nginx_proxy_worker_connections : 1024
You can’t perform that action at this time.
0 commit comments