Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nginx

Rewrite All Links On Reverse Proxied Page

I'm reverse proxying to a IP restricted page like this: server { server_name mypage.com; … Read more Rewrite All Links On Reverse Proxied Page

Cancel Long Running Download

I have a web application with a PHP server side language on NGINX. Via JS, a user is able to downlo… Read more Cancel Long Running Download

Nginx Proxying Nodejs/express - 404 On Static Files

I have a setup with NginX which serves a php website off the root from /var/www and proxies Nodejs/… Read more Nginx Proxying Nodejs/express - 404 On Static Files

Webgl Cross Origin Images Don't Work

I've got some problem with cross-origin image and I hope you can help. Here the beahviour. I… Read more Webgl Cross Origin Images Don't Work

NodeJS, Express, Nginx And Jade... Whats The Deal?

So I'm currently investigating what technologies/libraries etc to adopt for a new, rather large… Read more NodeJS, Express, Nginx And Jade... Whats The Deal?