果仁
果仁
Running caprover behind NAT with 80/443 blocked by ISP, and can not enable ssl due to the current challenge method(http-01), certbot have a lots of plugins for DNS-01 challenge which...
The Text: The Regex Expression: .* The Conf: location / { #proxy_ssl_server_name on; proxy_connect_timeout 60s; proxy_read_timeout 5400s; proxy_send_timeout 5400s; proxy_pass http://xxx.net/; proxy_ssl_verify off; #proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host "xxx.net"; proxy_set_header...