fastapi

  1. P

    OpenLitespeed reverse proxy to Local FastAPI App Fails

    We’re trying to reverse proxy requests from https://ai.dl-sounds.com/inspiration to a FastAPI (Uvicorn) server running on 127.0.0.1:8000. We're running OpenLiteSpeed 1.7.18 on AlmaLinux 9 Python 3.11 + Uvicorn (FastAPI app) DirectAdmin Domain uses valid SSL cert (Let’s Encrypt via DirectAdmin)...
  2. P

    How to Use fastapi with OLS

    There is a very helpful guide on setting the OLS server for Flask and for Django, but I have not been able to find any similar guide for the fastapi. I followed the instructions on https://fastapi.tiangolo.com/, but I got: [ERROR] [UID:65534][149926] wsgiHandler getApp [application] failed...
Top