Computer engineering/Network (2) 썸네일형 리스트형 [Nginx] /etc/nginx/site-available/default ### You should look at the following URL's in order to grasp a solid understanding# of Nginx configuration files in order to fully unleash the power of Nginx.# http://wiki.nginx.org/Pitfalls# http://wiki.nginx.org/QuickStart# http://wiki.nginx.org/Configuration## Generally, you will want to move this file somewhere, and start with a clean# file but keep this around for reference. Or just disable.. HTTP 상태코드 HTTP 상태 코드란? 클라이언트가 HTTP 리퀘스트를 했을 때, 서버에서 처리 한 결과를 나타낸 것을 'HTTP 상태코드'라고 합니다. 1XX(요청을 받았고, 작업을 진행 중)클래스 = Infomational 100 진행중 101 프로토콜 전환 중 102 처리중 2XX-요청을 정상적으로 처리한 경우.클래스 = Success 200 성공 201 리소스가 만들어짐. 202 요청을 받았지만 처리되지 않음 204 성공. 컨텐츠는 제공하지 않음. 206 성공. 컨텐츠의 일부 부분만 제공. 3XX-요청을 완료하려면 추가적인 작업이 필요한 경우.클래스 = Redirection 301 URI영구 이동 됨 302 URI일시 이동 됨 303 302와 비슷하지만, GET 방식으로 얻어와야함. 304 리다이렉트와 관련이 없.. 이전 1 다음