Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 342 Bytes

nginx-remote-signal

Send nginx signals via http request

Usage

GET /signal/<reload|start|stop> to send the appropriate signal to nginx.

Default port is 5000. May be changed by setting the NRS_PORT environment variable or --port argument.

See example docker-cmpose file with certbot and nginx.