Protected reverse proxy Set up Create a .env file with these content: LISTEN_PORT=8011 BACKEND_URL="http://127.0.0.1:8000" BEARER_TOKEN="my-secret-token" TIMEOUT=60 Run the script: python main.py