mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
7 lines
214 B
Text
7 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;
|
|
}
|