2011-10-18から1日間の記事一覧

サブディレクトリにデプロイ

http://example.com/app1 http://example.com/app2 http://example.com/app3のように同じドメインに複数のアプリをデプロイしたい場合は、appserverのthinのオプションにそれぞれ--prefix /appNを指定するとできる。nginx.confは upstream app1thin { server…