mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
5 lines
63 B
Text
5 lines
63 B
Text
|
|
server {
|
||
|
|
listen 9000;
|
||
|
|
server_name example.com;
|
||
|
|
}
|