ITS: Fix syntax error in nginx template

This commit is contained in:
root 2022-04-30 22:24:38 +02:00 committed by RBO
parent aee255b38a
commit fb672e0e1f

View file

@ -15,9 +15,9 @@ run:
filename: "/etc/nginx/conf.d/discourse.conf"
from: /listen 80;\s+gzip on;/m
to: |
listen [::] 443 ssl http2;
listen [::]:443 ssl http2;
# ITS: Stuff for yxorp TLS-SNI support
listen [::] 444 ssl http2 proxy_protocol;
listen [::]:444 ssl http2 proxy_protocol;
set_real_ip_from 2a01:4f8:10b:331f:0:ff:fe00:5;
real_ip_header proxy_protocol;
SSL_TEMPLATE_SSL_BLOCK