Relative Content

Tag Archive for pythonflasknginxfile-uploadstatic

Flask App in Production Unable to Access Static Folder in NGINX Configuration

I was hoping you could help me with a problem I’m facing. I’m running a Flask app with NGINX in production, and the issue is that when I try to upload an image, it says that the folder src/static/new/news_images cannot be found. The path seems correct, and I also tried using an absolute path, but it didn’t work either.