File auth-location.conf of Package rmt-server.openSUSE_Leap_15.0_Update
location = /auth {
internal;
proxy_pass http://rmt/api/auth/check;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
proxy_set_header X-Original-URI $request_uri;
}