mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
7 lines
181 B
Text
7 lines
181 B
Text
# This configuration file is saved with EUC-KR (a.k.a. cp949) encoding,
|
|
# including some Korean letters.
|
|
|
|
server {
|
|
# 안녕하세요. 80번 포트에서 요청을 기다린다.
|
|
listen 80;
|
|
}
|