server { listen 9999; server_name auth-mock; location /validate { default_type text/plain; return 200 "auth-ok\n"; } }