본문 바로가기

NGINX error page 설정 > Release Notes BinaryMap


Release Notes HOME


Web NGINX error page 설정

페이지 정보

작성자 no_profile Admin쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 787회 작성일 24-04-30 23:02

본문

/etc/nginx/conf.d/default.conf 

    location / {
        #try_files $uri $uri/ /index.php?$args;
        try_files $uri $uri/ =404;
    }


    error_page 400 /errorpages/400.html;
    error_page 403 /errorpages/403.html;
    error_page 404 /errorpages/404.html;
    error_page 500 /errorpages/500.html;
    error_page 502 /errorpages/502.html;
    error_page 503 /errorpages/503.html;
    error_page 504 /errorpages/504.html;


댓글목록



등록된 댓글이 없습니다.

댓글쓰기

내용