We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nginxのコンフィグで sendfile off; にしたい。 https://github.com/neogenia-jp/neo-dockers/blob/master/php-nginx/resources/nginx/etc/nginx/nginx.conf#L15C1-L16C1
sendfile off;
新しい Ubuntu24.04 の開発VMでは、sendfile on にしていると静的ファイルの配信時にエラーが発生する。 nginx の公式ドキュメントによると、sendfile はデフォルトで off になっている。
sendfile on
sendfile
off
[なし] エンドユーザへの影響は全くない [小] 困りごとを容易に回避することができる。業務への支障が少ない。 [中] 業務への支障があるものの、困りごとを回避する方法がある。 [大] 業務を行うことができない、または重大な支障がある。
2
nginxのコンフィグで sendfile off; にする。またはコメントアウトか、行自体を削除する。 https://github.com/neogenia-jp/neo-dockers/blob/master/php-nginx/resources/nginx/etc/nginx/nginx.conf#L15C1-L16C1
TODO
The text was updated successfully, but these errors were encountered:
No branches or pull requests
やりたいこと
nginxのコンフィグで
sendfile off;
にしたい。https://github.com/neogenia-jp/neo-dockers/blob/master/php-nginx/resources/nginx/etc/nginx/nginx.conf#L15C1-L16C1
困りごと
新しい Ubuntu24.04 の開発VMでは、
sendfile on
にしていると静的ファイルの配信時にエラーが発生する。nginx の公式ドキュメントによると、
sendfile
はデフォルトでoff
になっている。エンドユーザへの影響度
2
対応
対応方針
nginxのコンフィグで
sendfile off;
にする。またはコメントアウトか、行自体を削除する。https://github.com/neogenia-jp/neo-dockers/blob/master/php-nginx/resources/nginx/etc/nginx/nginx.conf#L15C1-L16C1
タスクバラシ
TODO
The text was updated successfully, but these errors were encountered: