私のホームディレクトリにtreeioプロジェクトがありますが、今度はnginxサーバーでそのtreeioを実行します。すでにtreeioはDjango上で独立して実行でき、ソースが付属しています。Djangoサーバーでは実行したくないのですが、nginxサーバーで実行したいのです。Karthikのこの回答に示されている手順を実行しました。
ただし、その回答のステップ4を実行または実行しているときに、次のエラーがスローされます。
[uWSGI] getting INI configuration from uwsgi.ini
* Starting uWSGI 1.0.3-debian (32bit) on [Thu Jun 27 17:22:01 2013] *
compiled with version: 4.6.3 on 17 July 2012 02:24:04
current working directory: /home/rajesh/treeio
detected binary path: /usr/bin/uwsgi-core
chdir(): No such file or directory [uwsgi.c line 1723]
私のuwsgi.ini
ファイルには
[uwsgi]
# set the http port
http = :8080
# change to django project directory
chdir = /home/treeio/
# add /var/www to the pythonpath, in this way we can use the project.app format
pythonpath = /var/www
# set the project settings name
env = DJANGO_SETTINGS_MODULE=treeio.settings
# load django
module = django.core.handlers.wsgi:WSGIHandler()
nginxサーバーにtreeioを展開するのを手伝ってください。
@ADRこの問題の答えを見つけたことがありますか?
—
Mark Stosberg、2016
uwsgi.ini
質問に構成(およびnginx)を含めてください。また、あなたが参照しているステップの回答/リストにリンクします(別の質問にありますか?)。