certbot/certbot-nginx/certbot_nginx
ohemorange 3ef43e4d88
Update parser to match new Nginx functionality (#6381)
Previously, Nginx did not allow `${` to start a variable name. Now it's allowed to. This means we'll be more permissible than Nginx when people are on older versions of Nginx, but it's unlikely anyone was relying on this to fail in the first place, so that's probably ok.
2018-09-18 12:52:11 -07:00
..
tests Update parser to match new Nginx functionality (#6381) 2018-09-18 12:52:11 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-nginx 2016-04-13 16:49:30 -07:00
configurator.py More detailed error logging for nginx plugin (#6175) 2018-09-12 16:48:50 -07:00
constants.py Show both possible Nginx default server root values in docs (#6137) 2018-06-25 18:09:30 -07:00
display_ops.py Nginx plugin wildcard support for ACMEv2 (#5619) 2018-03-01 14:05:49 -08:00
http_01.py Enable checking of type annotation in Nginx plugin (#5997) 2018-05-15 09:36:47 -07:00
nginxparser.py Update parser to match new Nginx functionality (#6381) 2018-09-18 12:52:11 -07:00
obj.py Remove ipv6only=on from duplicated vhosts (#5793) 2018-03-27 15:11:39 -07:00
options-ssl-nginx.conf Remove reference to .new in Nginx's SSL options. (#4769) 2017-06-01 15:26:54 -07:00
parser.py More detailed error logging for nginx plugin (#6175) 2018-09-12 16:48:50 -07:00
tls_sni_01.py Nginx plugin wildcard support for ACMEv2 (#5619) 2018-03-01 14:05:49 -08:00