ITS: Fix syntax error in nginx template
This commit is contained in:
parent
aee255b38a
commit
fb672e0e1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue