ubuntu_nginx_control
Control Nginx web server on Ubuntu systems via SSH connections. Start, stop, restart, check status, reload configurations, or verify configuration files remotely.
Instructions
Control Nginx web server on Ubuntu
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | ID of an active SSH connection | |
| action | Yes | Action to perform (start, stop, restart, status, reload, check-config) | |
| sudo | No | Whether to run the command with sudo (default: true) |