{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How do I set up the configuration file for the API server?","a":"Nginx:\n   For Nginx, you need to set up reverse proxy rules in the configuration file. Here's a simple example:\n\n   ```\n   http {\n       server {\n           listen 80;\n           server_name example.com;\n\n            location /api/ {\n               proxy_pass http://localhost:3000;\n               proxy_set_header\n           }\n       }\n   }\n   ```\n\nPlease note that this is just a snippet of the translation, and the full translation may vary depending on the context and specific requirements."}]}],"pr":"70174617dede88a29ce75bd192e0ef8eb3bbd9d80f31e16adb9c26a5f5f97e37"}