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)
沒有留言:
張貼留言