mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
8 lines
214 B
Text
8 lines
214 B
Text
|
|
# -*- mode: conf; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
|
||
|
|
### Implement the $https_if_not_empty variable for Nginx versions below 1.1.11.
|
||
|
|
|
||
|
|
map $scheme $https {
|
||
|
|
default '';
|
||
|
|
https on;
|
||
|
|
}
|