An open API service indexing awesome lists of open source software.

https://github.com/merofuruya/nginx-remote-signal

Send nginx signals via http request
https://github.com/merofuruya/nginx-remote-signal

nginx webservers

Last synced: 3 months ago
JSON representation

Send nginx signals via http request

Awesome Lists containing this project

README

        

# nginx-remote-signal
Send nginx signals via http request

# Usage

`GET /signal/` 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](./docs/docker-compose.example.yml) with certbot and nginx.