mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
5 lines
91 B
Text
5 lines
91 B
Text
server {
|
|
listen 9000;
|
|
server_name .example.com;
|
|
server_name example.*;
|
|
}
|