Run caddy by nohup still hanging up

I have run caddy by nohup:

nohup caddy --log=/var/log/caddy.log &

but it still hang up:

2018/05/12 19:16:02 http: TLS handshake error from 123.125.51.231:36942: read tcp 172.18.142.236:443->123.125.51.231:36942: read: connection reset by peer
2018/05/12 19:39:11 http: TLS handshake error from 123.125.51.231:18574: read tcp 172.18.142.236:443->123.125.51.231:18574: read: connection reset by peer
2018/05/12 20:03:28 [INFO] Scanning for stale OCSP staples
2018/05/12 20:03:28 [INFO] Done checking OCSP staples
2018/05/12 20:14:38 [INFO] SIGHUP: Hanging up
2018/05/12 20:14:38 http: Server closed

may someone help me?

Hi @Chrisdowson, welcome to the Caddy community.

This sounds like an OS-related issue. What distro are you using? And what do you get from the which nohup command?

Fun fact, Caddy discards sighup. What version are you using?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.