ฉันมีโครงการ treeio ในไดเรกทอรีบ้านของฉันตอนนี้ฉันต้องการเรียกใช้ treeio นั้นในเซิร์ฟเวอร์ nginx ขณะนี้ 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()
โปรดช่วยฉันในการปรับใช้ treeio ในเซิร์ฟเวอร์ nginx
uwsgi.ini
และ nginx) ในคำถามของคุณ และเชื่อมโยงไปยังคำตอบ / รายการขั้นตอนที่คุณอ้างถึง (อยู่ในคำถามอื่นหรือไม่)