repo.or.cz
/
unicorn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
disallow /^content_length$/i + /^transfer_encoding$/i
[unicorn.git]
/
examples
/
unicorn.socket
blob
7d5f7739adb395a7342abb6a0cb8c3009034b2cd
1
# ==> /etc/systemd/system/unicorn.socket <==
2
[Unit]
3
Description = unicorn sockets
4
5
[Socket]
6
ListenStream = 127.0.0.1:8080
7
ListenStream = /tmp/path/to/.unicorn.sock
8
Service = unicorn@1.service
9
10
[Install]
11
WantedBy = sockets.target