NGINX, Uvicorn and FastAPI setup not working
I'm going to put as much information here because I'm so lost and hopefully it makes helping me easier.
I've got an uvicorn server running and have verified it works when I ssh into the pod.
Here's my nginx config
I've put that into /etc/nginx/sites-available/ and made a symlink to /etc/nginx/sites-enabled/
netstat gives this
So I can see the uvicorn server is listening, but nginx isn't listening on 8888
I've configured my pod to expose tcp port 8888
I've got an uvicorn server running and have verified it works when I ssh into the pod.
Here's my nginx config
I've put that into /etc/nginx/sites-available/ and made a symlink to /etc/nginx/sites-enabled/
netstat gives this
So I can see the uvicorn server is listening, but nginx isn't listening on 8888
I've configured my pod to expose tcp port 8888



