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
- Host: GitHub
- URL: https://github.com/merofuruya/nginx-remote-signal
- Owner: MeroFuruya
- License: gpl-3.0
- Created: 2024-08-13T10:14:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:41:37.000Z (10 months ago)
- Last Synced: 2025-01-22T10:14:32.427Z (4 months ago)
- Topics: nginx, webservers
- Language: Go
- Homepage: https://hub.docker.com/r/merofuruya/nginx-remote-signal
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.