docs: new root as prior history lost (orphan + GC); ~215 commits not recoverable
This commit is contained in:
commit
96961f23f5
268 changed files with 24161 additions and 0 deletions
11
host/systemd/http-proxy.socket
Normal file
11
host/systemd/http-proxy.socket
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue