# Domain name used for myip (this parameter is required) # Note: issue the domain NAME only # CORRECT -> sub.domain.tld # WRONG -> http://sub.domain.tld MYIP_HOSTNAME= NGINX_LISTEN_PORT=80 # Reverse-proxy and certbot VIRTUAL_HOST=domain.tld VIRTUAL_PORT=80 LETSENCRYPT_HOST=domain.tld LETSENCRYPT_EMAIL=user@domain.tld