Change `BASE_URL` environment variable to your URL! Production: ```bash BASE_URL=wikipedia.localhost:8000 hypercorn src.__main__:app ``` Debug: ```bash BASE_URL=wikipedia.localhost:8000 python3 src/ ``` ## Privacy Nothing is intentionally logged, however, it's possible to tell what pages were accessed by the instance and when, due to cache. And leaking happens.