Nobody has claimed that. It doesn't help to make accusations here.
Why would anyone want to do that?
You already mentioned that.
This is how it looks on my private server, but on all other 50 Plesk servers too
Code:
location ^~ /.well-known/acme-challenge/ {
root /var/www/vhosts/default/htdocs;
types { }
default_type text/plain;
satisfy any;
auth_basic off;
allow all;
location ~ ^/\.well-known/acme-challenge.*/\. {
deny all;
}
}
is exactly the same routeYou could check whether the route for http traffic is the same as for https traffic.
We don't use that and noAre you using a proxy like Cloudflare? Could the issue be linked to port-related setting there?
no, no individual settings have been made hereDo you have any individual Nginx or Apache configuration directives in effect in your domain ("Apache and Nginx Settings")? These could take precedence over the default 301 in the "server" bracket of nginx.conf of the domain.