mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
8 lines
206 B
Plaintext
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;
|
|
}
|