mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-14 17:27:23 +01:00
first attempt
This commit is contained in:
6
management/wsgi.py
Normal file
6
management/wsgi.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from daemon import app
|
||||
|
||||
app.logger.addHandler(utils.create_syslog_handler())
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(port=10222)
|
||||
Reference in New Issue
Block a user