Merge branch 'hotfix/0.1.8' into main

v0.1.8
naicoi 2023-04-14 20:58:18 +07:00
commit 6e941344a8
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
:80 {
request_header +X-Forwarded-Proto "https"
request_header X-Forwarded-Proto "https"
root * /var/www/html
php_fastcgi wordpress:9000 {
header_up +X-Forwarded-Proto "https"
header_up X-Forwarded-Proto "https"
}
header +X-Forwarded-Proto "https"
header X-Forwarded-Proto "https"
encode gzip
file_server
}