Update Nginx config

This commit is contained in:
Edi Septriyanto
2023-01-16 23:16:31 +07:00
parent 3bc1bae517
commit 27bce71b9b
10 changed files with 64 additions and 33 deletions

View File

@@ -5,3 +5,8 @@ map $scheme $server_https {
default off;
https on;
}
map $http_x_forwarded_proto $proto_https {
default $scheme;
https https;
}