File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
roles/wordpress-setup/templates Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ server {
2323 error_log {{ www_root }}/{{ item.key }}/logs/error.log;
2424 {% endblock %}
2525
26- {% if nginx_http 3_enabled and ssl_enabled -%}
27- include includes/directive-only/http3-tune.conf;
28- include includes/directive-only/http3-negotiate.conf;
29- {% endif -%}
30-
3126 {% block server_basic -%}
3227 root {{ www_root }}/{{ item.key }}/{{ item.value.current_path | default('current') }}/{{ item.value.public_path | default('web') }};
3328 index index.php index.htm index.html;
@@ -43,6 +38,11 @@ server {
4338 # https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/#virtualbox
4439 sendfile off;
4540
41+ {% endif -%}
42+
43+ {% if nginx_http 3_enabled and ssl_enabled -%}
44+ include includes/directive-only/http3-tune.conf;
45+ include includes/directive-only/http3-negotiate.conf;
4646 {% endif -%}
4747 {% endblock -%}
4848
You can’t perform that action at this time.
0 commit comments