certbot/certbot-nginx/certbot_nginx/tests/testdata/etc_nginx
ohemorange 95a7d45856 Nginx creates a vhost block if no matching block is found (#5153)
* Allow authentication if there's no appropriate vhost

* Update test

* add flag to suppress raising error if no match is found

* Allow installation if there's no appropriate vhost

* remove traceback

* make new vhost ssl

* Fix existing bugs in nginxparser.py and obj.py

* Switch isinstance(x, str) to isinstance(x, six.string_types) in the Nginx plugin

* remove unused import

* remove unneeded custom copy from Addr

* Add docstring for create_new_vhost_from_default

* add test for create_new_vhost_from_default

* add configurator tests and leave finding the first server block for another PR

* don't assume order from a set

* address multiple default_server problem

* don't add vhosts twice

* update unit tests

* update docstring

* Add logger.info message for using default address in tlssni01 auth
2017-10-13 12:29:02 -07:00
..
sites-enabled Nginx creates a vhost block if no matching block is found (#5153) 2017-10-13 12:29:02 -07:00
ubuntu_nginx_1_4_6/default_vhost/nginx Spelling (#4101) 2017-01-26 16:21:54 -08:00
broken.conf s/letsencrypt/certbot letsencrypt-nginx tests 2016-04-13 16:45:54 -07:00
comment_in_file.conf Allow Nginx to insert include files with comments inside (#4666) 2017-05-15 15:30:50 -07:00
edge_cases.conf s/letsencrypt/certbot letsencrypt-nginx tests 2016-04-13 16:45:54 -07:00
foo.conf s/letsencrypt/certbot letsencrypt-nginx tests 2016-04-13 16:45:54 -07:00
mime.types s/letsencrypt/certbot letsencrypt-nginx tests 2016-04-13 16:45:54 -07:00
minimalistic_comments.conf s/letsencrypt/certbot letsencrypt-nginx tests 2016-04-13 16:45:54 -07:00
multiline_quotes.conf Fixes issue when parsing an Nginx configuration file containing multiline quoted strings 2017-03-15 00:25:26 -06:00
nginx.conf Allow empty nginx blocks (#4555) 2017-04-26 18:44:06 -07:00
server.conf s/letsencrypt/certbot letsencrypt-nginx tests 2016-04-13 16:45:54 -07:00