<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shogo0809</author_name>
  <author_url>https://blog.hatena.ne.jp/shogo0809/</author_url>
  <blog_title>パンダのメモ帳</blog_title>
  <blog_url>https://shogogg.hatenablog.jp/</blog_url>
  <categories>
    <anon>nginx</anon>
    <anon>VirtualBox</anon>
    <anon>Vagrant</anon>
  </categories>
  <description>Vagrant + Chef Solo を使って VirtualBox 上に開発環境を構築したけど、なにやら .js や .css などの静的ファイルが途中で途切れて正常に送信されてこない（受信できない）。 調べて見たところ、どうやら nginx が利用している sendfile という機能が VirtualBox と相性が悪いらしい。そんなわけで nginx.conf を次のように修正して再起動したところ、無事に静的ファイルが読めるようになった。 nginx.conf 【修正前】 sendfile on nginx.conf 【修正後】 sendfile off めでたしめでたし。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshogogg.hatenablog.jp%2Fentry%2F2013%2F07%2F04%2F174658&quot; title=&quot;VirtualBox + nginx で静的ファイルが正常に送信されないときは - パンダのメモ帳&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-07-04 17:46:58</published>
  <title>VirtualBox + nginx で静的ファイルが正常に送信されないときは</title>
  <type>rich</type>
  <url>https://shogogg.hatenablog.jp/entry/2013/07/04/174658</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
