Linux

[Solved] Nginx 空のファイルがダウンロードされる nginx empty file download

nginx

 

nginx.conf

-   default_type        application/octet-stream;
+   #default_type       application/octet-stream;
+   default_type text/html;

default_typeを変えてあげる
 

 

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)