2015年3月31日 星期二

Nginx 錯誤訊息 Access to the script has been denied (see security.limit_extensions)

這幾天在嘗試轉換幾個站台到 Nginx 在 Log 看到以下錯誤,紀錄於此

Access to the script has been denied (see security.limit_extensions)

 

這是由於 php-fpm 預設安裝在 security.limit_extensions 是僅有支援 .php 的

 

若是你的 Web site 有執行 .htm .html .pl 等等的副檔名就會被擋下來

若要允許使用可以編輯 php-fpm 設定檔



 
$ vim /etc/php-fpm/www.conf 

security.limit_extensions = .php .htm .html .pl

 

若是 空值 則代表全部允許,但這將會有資安上的疑慮

 

最後,必須重啟 php-fpm 生效

Orignal From: Nginx 錯誤訊息 Access to the script has been denied (see security.limit_extensions)

沒有留言:

張貼留言