Server, centOS 7 외

405 error 해결 방법(post 전송 시)

JooKit 주킷 2021. 4. 27. 11:13
목차 접기
728x90
반응형
location / { 
            root /var/www/html; 
            index index.html index.htm; 
            error_page 405 = $uri; 
            }

 

 

hakurei.tistory.com/301

 

[nginx] html post method 허용하기

내부에 기괴한 시스템에서 POST Method밖에 지원을 못한다고해서, nginx에서 html을 업로드하고 405 method not allowed 에러를 우회할 수 있는 방법에 대해 알아보았다. 405에러가 발생할 경우 무시하고 uri

hakurei.tistory.com

 

 

728x90
반응형
LIST