Files
LEMPer/nginx/fastcgi_https_map
Edi Septriyanto 891fcac73e initial commit
2017-08-30 22:15:00 +07:00

8 lines
206 B
Plaintext

## Designed to be included to /etc/nginx/nginx.conf http{} block.
# auto detect and enable fastcgi_param HTTPS $server_http for PHP behind SSL https.
map $scheme $server_https {
default off;
https on;
}