# Nginx web server — process check + HTTP/HTTPS endpoint + ports. # Replace MY_DOMAIN with the actual domain. widgets: - type: process_check name: nginx process: nginx - type: http_check name: HTTPS url: https://MY_DOMAIN timeout: 10 - type: port_check name: Port 80 host: localhost port: 80 - type: port_check name: Port 443 host: localhost port: 443