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