File: valid_unicode_comments.conf

package info (click to toggle)
python-certbot-nginx 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 4,507; sh: 47; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# This configuration file is saved with valid UTF-8 encoding,
# including some CJK alphabets.

server {
    # 안녕하세요. 80번 포트에서 요청을 기다린다.
    # こんにちは。80番ポートからリクエストを待つ。
    # 你好。等待端口80上的请求。
    listen	80;
}