createVhosts.sh help usage is incomplete #1

Open
opened 2023-08-23 18:37:56 -04:00 by bugzbunny · 0 comments
Owner
Usage: /usr/local/src/scripts/createVhosts.sh
    --domain domain.tld
        Domain to use when creating vhost
    --root /var/www/html
        Root directory of this vhost
    --backend http://127.0.0.1:80
        URI of the backend server
        Note: port must be specified
    --listenip x.x.x.x
        IP to bind to when listening
    --desc x.x.x.x
        Description of VHosts
    --denotredirect
        Do not redirect HTTP to HTTPS
    --servicename
        The Nginx server service name to use to reload
    -d | --debug
        Enable debug logging
    -h | --help
        Show this usage

It's missing help definitions for:

--servicename nginx-modsec --confpath /opt/nginx-modsec/conf

``` Usage: /usr/local/src/scripts/createVhosts.sh --domain domain.tld Domain to use when creating vhost --root /var/www/html Root directory of this vhost --backend http://127.0.0.1:80 URI of the backend server Note: port must be specified --listenip x.x.x.x IP to bind to when listening --desc x.x.x.x Description of VHosts --denotredirect Do not redirect HTTP to HTTPS --servicename The Nginx server service name to use to reload -d | --debug Enable debug logging -h | --help Show this usage ``` It's missing help definitions for: ` --servicename nginx-modsec --confpath /opt/nginx-modsec/conf`
Sign in to join this conversation.
No description provided.