[Nginx] 출력 / HelloWorld 로 돌아 가기

206 단어 nginx
ngixn 출력 / HelloWorld 로 돌아 가기 설정 은 다음 과 같 습 니 다.
location / {
    #  content type
    default_type text/html ;
    # HTTP Status Code      
    return 200  "hello world! ";
}

좋은 웹페이지 즐겨찾기