vane 0.8.15

A flow-based reverse proxy with multi-layer routing and programmable pipelines.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Vane - Flow-based reverse proxy
Documentation=https://vaneproxy.com
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/vane
WorkingDirectory=/etc/vane
EnvironmentFile=-/etc/vane/.env
Restart=on-failure
RestartSec=5
LimitNOFILE=65535
LimitCORE=infinity

[Install]
WantedBy=multi-user.target