11 lines
212 B
SYSTEMD
11 lines
212 B
SYSTEMD
[Unit]
|
|
Description=Forward incoming HTTP :80 to Caddy on 127.0.0.1:9000
|
|
|
|
[Socket]
|
|
ListenStream=0.0.0.0:80
|
|
ListenStream=[::]:80
|
|
BindIPv6Only=yes
|
|
Service=https-proxy@9000.service
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|