gitflow-hotfix-stash: 0.1.8

naicoi 2023-04-14 20:58:14 +07:00
parent 0ba548da36
commit 5475d66e3f
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
:80 {
request_header +X-Forwarded-Proto "https"
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"
header X-Forwarded-Proto "https"
encode gzip
file_server
}