mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Documentation formatting
This commit is contained in:
parent
1f7d3429c2
commit
5d13659f0e
@ -246,7 +246,7 @@ Systemd
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
A tool that is starting to be common on linux systems is Systemd_. Here
|
A tool that is starting to be common on linux systems is Systemd_. Here
|
||||||
are configurations files to set the gunicorn launch in systemd and
|
are configurations files to set the gunicorn launch in systemd and
|
||||||
the interfaces on which gunicorn will listen. The sockets will be managed by
|
the interfaces on which gunicorn will listen. The sockets will be managed by
|
||||||
systemd:
|
systemd:
|
||||||
|
|
||||||
|
|||||||
@ -1083,12 +1083,13 @@ class SyslogTo(Setting):
|
|||||||
desc = """\
|
desc = """\
|
||||||
Address to send syslog messages.
|
Address to send syslog messages.
|
||||||
|
|
||||||
Adress are a string of the form:
|
Address is a string of the form:
|
||||||
- 'unix://PATH#TYPE' : for unix domain socket. TYPE can be 'stream'
|
|
||||||
for the stream driver or 'dgram' for the dgram driver. 'stream' is
|
* 'unix://PATH#TYPE' : for unix domain socket. TYPE can be 'stream'
|
||||||
the default.
|
for the stream driver or 'dgram' for the dgram driver.
|
||||||
- 'udp://HOST:PORT' : for UDP sockets
|
'stream' is the default.
|
||||||
- 'tcp://HOST:PORT' : for TCP sockets
|
* 'udp://HOST:PORT' : for UDP sockets
|
||||||
|
* 'tcp://HOST:PORT' : for TCP sockets
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user