Top "Nginx" questions

Nginx ("engine x") is a web server, reverse proxy, TCP stream proxy and mail proxy, released under a BSD-like license.

Optimize Nginx + PHP-FPM for faster response times (for Openx adserving)

I'm currently running Nginx + PHP-FPM for serving ads on OpenX. Currently my response times are horrible, even during times of …

php nginx openx
"Incomplete response received from application" from nginx / passenger

I tried to deploy my rails app on nginx and ubuntu via capistrano like the tutorial on the page https://…

ruby-on-rails nginx passenger
Nginx connect() failed error

I don't know why I got this error every time I tried to open the page: 2013/04/06 17:52:19 [error] 5040#0: *1 connect() failed (111: Connection …

php nginx server
How to run CGI scripts on Nginx

I have problem setting up CGI scripts to be run on Nginx, so far I've found http://wiki.nginx.org/…

perl nginx cgi centos
Serving two sites from one server with Nginx

I have a Rails app up and running on my server and now I'd like to add another one. I …

proxy nginx
upstream timed out (110: Connection timed out) for static content?

I've a situation where two webservers are setup with nginx as loadbalancer and are backends themselves. Distribution is Debian Wheezy. …

nginx reverse-proxy connection
Nginx does redirect, not proxy

I want to set up Nginx as a reverse proxy for a https service, because we have a special usecase …

ssl nginx https proxy reverse-proxy
WSGI vs uWSGi with Nginx

Could anyone please explain pros/cons when using WSGI VS uWSGI with Nginx. Currently i am building up a production …

python django nginx wsgi uwsgi
What does force_ssl do in Rails?

In a previous question I found out that I should be setting nginx ssl termination and not having Rails process …

ruby-on-rails ssl nginx
Change the X-Frame-Options to allow all domains

I am trying to use some site of mine as an iframe from a different site of mine. My problem …

linux ubuntu nginx cors x-frame-options