mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
parent
896963dd3c
commit
ea6649b365
2 changed files with 1 additions and 18 deletions
|
@ -1,3 +1,3 @@
|
|||
include COPYING DOCUMENTATION.md NEWS.md README.md
|
||||
include config rights
|
||||
include radicale.py radicale.fcgi radicale.wsgi
|
||||
include radicale.py radicale.wsgi
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Radicale FastCGI Example.
|
||||
|
||||
Launch a Radicale FastCGI server according to configuration.
|
||||
|
||||
This script relies on flup but can be easily adapted to use another
|
||||
WSGI-to-FastCGI mapper.
|
||||
|
||||
"""
|
||||
|
||||
from flup.server.fcgi import WSGIServer
|
||||
from radicale import application
|
||||
|
||||
if __name__ == "__main__":
|
||||
WSGIServer(application).run()
|
Loading…
Add table
Add a link
Reference in a new issue