mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Remove tls sni in nginx plugin (#6857)
* Remove tls-sni from nginx config * Add a dedicated configuration to define what is the HTTPS port for this certbot instance. * Correct some tests * Reestablish default vhost creation * Clean tls references for nginx integration tests * Associate https_port only to tests and nginx
This commit is contained in:
committed by
Brad Warren
parent
b447b0a8e9
commit
d9880721b3
@@ -59,7 +59,7 @@ http {
|
||||
listen 5002 $default_server;
|
||||
# IPv6.
|
||||
listen [::]:5002 $default_server;
|
||||
server_name nginx.wtf nginx-tls.wtf nginx2.wtf;
|
||||
server_name nginx.wtf nginx2.wtf;
|
||||
|
||||
root $ROOT/webroot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user