Merge branch 'hotfix/0.1.7' into main

main v0.1.7
naicoi 2023-04-14 20:56:35 +07:00
commit 0ba548da36
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 5 additions and 3 deletions

View File

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