> location /cache { > location ~ \.flv$ { flv; } > error_page 404 = @apache; > } > > location @apache { > proxy_pass http://127.0.0.1:8080; > } > > This one seems to have worked like charm! does the "@" have any special meaning in the config? thanks!!! Karolis