Serving static files fails - nginx
- by Sergei
Hi, I've been looking and trying around all night, but without success.
I configured nginx to serve my static files and proxy all the other traffic:
server {
listen 80;
server_name mydomain.com;
access_log /home/boudewijn/www/bbt/brouwers/logs/access.log;
error_log /home/boudewijn/www/bbt/brouwers/logs/error.log;
location /…