現在、Alibaba Cloud での nginx サーバーのセットアップは正常ではありません。 ss が正常にロードされず、バックグラウンド メディア ライブラリをロードできません。 Chrome コンソールに次のエラーが表示されます: ERR_INCOMPLETE_CHUNKED_ENCODING。
nginx/logs/error.log の下のログを調べました:
open() "/aliyun/server/nginx/fastcgi_temp/1/02/0000000021" failed (13: Permission denied) while reading upstream, client: x.x.x.x, server: x.x.x.x, request: "GET /blog/wp-admin/load-styles.php?c=1&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=4.1.1 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "123.57.1.14", referrer: "http://x.x.x.x/blog/wp-admin/"
nginx ディレクトリ内の fastcgi_temp が、nobody ユーザーおよびユーザー グループに属していることがわかりました。
drwx------ 12 nobody nobody 4096 Mar 14 18:24 fastcgi_tempphp-fpm 設定ファイルをもう一度見てください:
#vi /etc/php-fpm.d/www.conf ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. ; RPM: apache Choosed to be able to access some dir as httpd ;user = nobody user=www ; RPM: Keep a group allowed to write in log dir. ;group = nobody group=www
#chown -R www:www fastcgi_temp #ls -al drwx------ 12 nobody nobody 4096 Mar 14 18:24 fastcgi_tempWordPress に再度アクセスしてください。すべて正常です。
参考: http://www.tuicool.com/articles/7Bjiyq
上記では、WordPress エラー ERR_INCOMPLETE_CHUNKED_ENCODING の解決策を、関連する内容も含めて紹介しています。PHP チュートリアルに興味のある友人に役立つことを願っています。