dev/hdalab/uwsgi/hdalab.yml
author ymh <ymh.work@gmail.com>
Fri, 24 Jan 2020 16:49:22 +0100
branchdocumentation
changeset 701 bf0820deea40
parent 686 385e3a12ee27
permissions -rw-r--r--
Added tag V03.02.02 for changeset fe94d8572c18
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
686
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
uwsgi:
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  master: 1
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  socket: 0.0.0.0:8001
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  processes: 2
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  logto: /var/log/hdalab/uwsgi/hdalab.log
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  chdir: /var/lib/hdalab
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  module: hdalab.wsgi
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  pythonpath: /etc/hdalab
385e3a12ee27 Containerization and various corrections to make it work
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  env: DJANGO_SETTINGS_MODULE=hdalab_settings