Nginx .zip files return 404
- by Kenley Tomlin
I have set up Nginx as a reverse proxy for Node and to serve my static files and user uploaded images.
Everything is working beautifully except that I can't understand why Nginx can't find my .zip files. Here is my nginx.conf.
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid …