Compare commits

...

14 Commits

1 changed files with 5 additions and 1 deletions

View File

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