Skip to content

Running application on subpath #159

Discussion options

You must be logged in to vote

Thanks for the patience with my reply!

Unfortunately, I'm not using this Docker image (nor Flask) for a very long time (I've been using FastAPI since I created it 😅 ).

I didn't have to deal with this use case and unfortunately, I wouldn't be able to know what is the right way to solve it, as I also wouldn't be able to sit and debug it with your code myself. 😬 ☕

Something that might help in the debugging process is that SCRIPT_NAME is part of the WSGI standard in which Flask, Gunicorn, etc. are based on. You can read about it here: https://peps.python.org/pep-0333/#environ-variables

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tiangolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #31 on September 08, 2024 15:59.