nginx: Update config to 1.26 format
This commit is contained in:
parent
171802608d
commit
6edf3b6608
2 changed files with 10 additions and 4 deletions
|
@ -54,8 +54,11 @@ http {
|
|||
ssl_prefer_server_ciphers off;
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
http3 off;
|
||||
|
||||
server_name {{ inventory_hostname }};
|
||||
|
||||
ssl_certificate {{ tls_certs }}/{{ inventory_hostname }}-fullchain.crt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue