mirror of
https://github.com/vale981/dirkules
synced 2025-03-05 09:21:38 -05:00
parent
6fdd11bb80
commit
d7643a5c5a
2 changed files with 0 additions and 15 deletions
11
dirkules.ini
11
dirkules.ini
|
@ -1,11 +0,0 @@
|
|||
[uwsgi]
|
||||
module = wsgi
|
||||
|
||||
master = true
|
||||
processes = 2
|
||||
|
||||
socket = dircules.sock
|
||||
chmod-socket = 660
|
||||
vacuum = true
|
||||
|
||||
die-on-term = true
|
4
wsgi.py
4
wsgi.py
|
@ -1,4 +0,0 @@
|
|||
from dirkules import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
Loading…
Add table
Reference in a new issue