PierreZ / goStatic

A really small static web server for Docker
GNU General Public License v2.0
395 stars 77 forks source link

Adding a health toggle for disable mode #28

Open elico opened 4 years ago

elico commented 4 years ago

Currently the health check uses a bool to enable the health function. It would be smart to add a disable toggle at: https://github.com/mkalus/goStatic/blob/master/main.go#L97

It can be changed via a SIGHUP or any other OS Signal operation.

A PR will be here soon..

PierreZ commented 3 years ago

Hi, looking forward for your PR 😄