mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
Update Nginx config
This commit is contained in:
@@ -5,3 +5,8 @@ map $scheme $server_https {
|
||||
default off;
|
||||
https on;
|
||||
}
|
||||
|
||||
map $http_x_forwarded_proto $proto_https {
|
||||
default $scheme;
|
||||
https https;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user