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