Skip to content

Commit 06d188e

Browse files
authored
Merge pull request #1561 from GoliathLabs/certbot
Updated: Certbot to v1.22.0
2 parents a146061 + b608c3d commit 06d188e

File tree

1 file changed

+2
-2
lines changed
  • roles/matrix-nginx-proxy/defaults

1 file changed

+2
-2
lines changed

roles/matrix-nginx-proxy/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
477477
matrix_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"
480480
matrix_ssl_lets_encrypt_certbot_docker_image_force_pull: "{{ matrix_ssl_lets_encrypt_certbot_docker_image.endswith(':latest') }}"
481481
matrix_ssl_lets_encrypt_certbot_standalone_http_port: 2402
482482
matrix_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
559559
matrix_nginx_proxy_worker_connections: 1024

0 commit comments

Comments
 (0)