Skip to content

Commit

Permalink
Conditionally add global listen quic reuseport config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
strarsis committed Aug 29, 2024
1 parent 9c2cfbd commit a220796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/wordpress-setup/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nginx_ssl_path: "{{ nginx_path }}/ssl"
nginx_sites_confs:
- src: no-default.conf.j2
- src: http3-reuseport.conf.j2
enabled: "{{ nginx_http3_enabled and (sites_use_ssl | bool) and wordpress_default_site }}"
- src: ssl.no-default.conf.j2
enabled: false

Expand Down

0 comments on commit a220796

Please sign in to comment.