mirror of
https://github.com/certbot/certbot.git
synced 2026-04-08 18:48:48 -04:00
9 lines
308 B
Text
9 lines
308 B
Text
# This configuration file is saved with valid UTF-8 encoding,
|
|
# including some CJK alphabets.
|
|
|
|
server {
|
|
# 안녕하세요. 80번 포트에서 요청을 기다린다.
|
|
# こんにちは。80番ポートからリクエストを待つ。
|
|
# 你好。等待端口80上的请求。
|
|
listen 80;
|
|
}
|