You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm looking for the repo containing the default docker image for an Azure App Service on linux/python-3.8. Can anybody point me to the right location?
The reason I'm asking: I suspect that the python-3.8 image does not contain nginx anymore, and that the only way to serve static resources (js, css etc.) is to use a WSGI framework that can handle static resources. Would be so awesome if anybody could confirm or clarify this. I've done so much research without getting anywhere, and I'm a bit lost now...
Thank you so much!
The text was updated successfully, but these errors were encountered:
@sspTest : I solved the problem for my django app by using the whitenoise module to deliver static content. For me, the solution was ok-ish since my app is not particularly high-scale and it doesn't hurt much that the static requests hit django.
Hi, I'm looking for the repo containing the default docker image for an Azure App Service on linux/python-3.8. Can anybody point me to the right location?
The reason I'm asking: I suspect that the python-3.8 image does not contain nginx anymore, and that the only way to serve static resources (js, css etc.) is to use a WSGI framework that can handle static resources. Would be so awesome if anybody could confirm or clarify this. I've done so much research without getting anywhere, and I'm a bit lost now...
Thank you so much!
The text was updated successfully, but these errors were encountered: