Compare commits

...

6 Commits
v0.1.4 ... main

1 changed files with 3 additions and 2 deletions

View File

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