To solve this problem, in the Edit Proxt Host section...
Go to Advanced and add following:
Code: Select all
rewrite ^(/.well-known/acme-challenge/.*)$ /internal$1 last;
location ~ ^/internal(/.well-known/acme-challenge/.*)$ {
proxy_pass http://$server$1;
}TLS set to NONE.
Access list to publicly accessible.
Nothing in custom locations.