Compare commits

...

10 Commits
v0.1.2 ... main

1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
:80 {
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"
encode gzip
file_server
}