certbot/certbot-nginx/tests/testdata/etc_nginx/invalid_unicode_comments.conf
2020-02-25 13:21:10 +09:00

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;
}