server { listen 8080 default_server; server_name _; location /${FLAG_RANDOMIZATION} { return 200 "${FLAG}"; add_header Content-Type text/plain; } }