Nginx 405 not allowed 解決方式 修正 nginx 出現 405 方法拒絕 前言 本篇的錯誤發生於 cloudflare 設置 DDoS Protection 機制後發生 在 cloudflare 經過此機制後會向 server 發送 POST 事件 由於 nginx 預設禁止靜態資源配置 POST 請求 因此發生禁止的 Response 設置 將 nginx 設置關於 error_page 的捕捉 [ default.conf ] server { listen...
blog.robby570.tw1 min read
No responses yet.