fix nginx

This commit is contained in:
nicolas.dorier 2021-03-24 14:22:50 +09:00
parent 742b7bd05c
commit 206103eacd
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -342,7 +342,7 @@ server {
{{ end }}
server {
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Host $host:443;
client_max_body_size 100M;
server_name {{ $host }};
listen 443 ssl http2 {{ $default_server }};