I have read about restart ngnix when I did now my ti doesn’t find my staticfile anymore
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Well I solved the problem I had to restart nginx and gunicorn as well. just gninx doesn’t work.
This comment has been deleted
You need to restart ngnix by using command line with one of the following command # /etc/init.d/nginx restart or # service nginx reload . If you are using Ubuntu or linux server. Try these commands I hope it works.