Commit 7bbba345 by Heechul Kim

Merge branch 'master' of https://git.iorchard.co.kr/jijisa/porch

parents 78535512 7452abfb
Showing with 6 additions and 0 deletions
......@@ -5,6 +5,8 @@ master = true
venv = /home/%(uid)/.envs/porch
chdir = /home/%(uid)/porch
manage-script-name = true
plugin = python3
enable-threads = true
mount = /=wsgi:app
logto2 = /home/%(uid)/porch/porch.log
......@@ -12,3 +14,7 @@ log-maxsize = 10485760
log-backupname = /home/%(uid)/porch/porch.log.old
vacuum = true
# for forked long running process
close-on-exec = true
close-on-exec2 = true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment