gitflow-hotfix-stash: 0.1.7

main^2
naicoi 2023-04-14 20:56:31 +07:00
parent 237f86104c
commit 06d27a117e
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
} }