Top "Nginx" questions

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

Logging POST data from $request_body

I have my config setup to handle a bunch of GET requests which render pixels that work fine to handle …

logging nginx http-post
Nginx: stat() failed (13: permission denied)

I am using the default config while adding the specific directory with nginx installed on my ubuntu 12.04 machine. server { #listen 80; ## …

ubuntu nginx
Dealing with nginx 400 "The plain HTTP request was sent to HTTPS port" error

I'm running a Sinatra app behind passenger/nginx. I'm trying to get it to respond to both http and https …

nginx
nginx 502 bad gateway

I get a 502 Bad Gateway with nginx when using spawn fcgi to spawn php5-cgi. I use this to span …

php nginx fastcgi
Nginx upstream prematurely closed connection while reading response header from upstream, for large requests

I am using nginx and node server to serve update requests. I get a gateway timeout when I request an …

node.js nginx webserver
How do you change the server header returned by nginx?

There's an option to hide the version so it will display only nginx, but is there a way to hide …

nginx http-headers
PHP-FPM and Nginx: 502 Bad Gateway

Configuration Ubuntu Server 11.10 64 bit Amazon AWS, Ec2, hosted on the cloud t1.micro instance Before I write anything else, I'd …

nginx amazon-ec2 php
Nginx: Job for nginx.service failed because the control process exited

I got a problem which I have been trying to fix for a few days now and I don't know …

nginx
NGINX to reverse proxy websockets AND enable SSL (wss://)?

I'm so lost and new to building NGINX on my own but I want to be able to enable secure …

ssl tcp proxy nginx mod-proxy
How to correctly link php-fpm and Nginx Docker containers?

I am trying to link 2 separate containers: nginx:latest php:fpm The problem is that php scripts do not work. …

php nginx docker dockerfile docker-compose