heartsucker / flask-fontawesome

FontAwesome resources for Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fontawesome.min.css not found when using nginx proxy

jeanmimib opened this issue · comments

I have a flask application served by gunicorn and behind a proxy nginx. In the error logs of nginx I have:
failed (2: No such file or directory), ... request: "GET /static/fontawesome/css/fontawesome.min.css?version=5.3.1 HTTP/2.0", ...
Also same error when trying to get /static/fontawesome/css/solid.min.css
When not using nginx proxy I have not this error.