Compare commits

...

4 Commits
v0.1.5 ... main

Author SHA1 Message Date
naicoi 0ba548da36
Merge branch 'hotfix/0.1.7' into main 2023-04-14 20:56:35 +07:00
naicoi 06d27a117e
gitflow-hotfix-stash: 0.1.7 2023-04-14 20:56:31 +07:00
naicoi 237f86104c
Merge branch 'hotfix/0.1.6' into main 2023-04-14 20:48:12 +07:00
naicoi 8abff44553
gitflow-hotfix-stash: 0.1.6 2023-04-14 20:48:03 +07:00
1 changed files with 5 additions and 3 deletions

View File

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