Expand description
Helper functions for plugin development
This module provides common utilities for nginx configuration linting.
Functionsยง
- extract_
domain - Extract domain name (without port) from a host string
- extract_
host_ from_ url - Extract host from a proxy_pass URL
- is_
domain_ name - Check if the given host is a domain name (not an IP address or special value)
- is_
ipv4_ address - Check if the string is a valid IPv4 address