Top "Nginx" questions

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

worker_connections are not enough

I am trying access kibana application deployed in nginx,but getting below URL :- http://127.0.0.1/kibana-3.1.2 2015/02/01 23:05:05 [alert] 3919#0: *766 768 worker_connections are …

nginx kibana
Add slash to the end of every url (need rewrite rule for nginx)

I try to get an "/" to every urls end: example.com/art should example.com/art/ I use nginx as …

regex nginx rewrite
NGINX: connect() to unix:/var/run/php7.2-fpm.sock failed (2: No such file or directory)

I've just recently moved my websites from apache2 to Nginx as my new web server backend. got to love problems …

php sockets nginx ubuntu-server
Nginx uwsgi (104: Connection reset by peer) while reading response header from upstream

Environment is Nginx + uwsgi. Getting a 502 bad gateway error from Nginx on certain GET requests. Seems to be related to …

django nginx uwsgi
How to enable CORS in Nginx proxy server?

As my title, here is the config file located in conf.d/api-server.conf server { listen 80; server_name api.localhost; …

node.js nginx cors reverse-proxy
Terminal error: zsh: permission denied: ./startup.sh

I am running a command ./startup.sh nginx:start and I am getting this error message zsh: permission denied: ./startup.…

macos nginx terminal sh
How to configure ETag on Nginx

I'm using Nginx as a webserver and want to implement a browser caching method so that the users keep copies …

nginx browser-cache etag
Nginx proxy_pass with $remote_addr

I'm trying to include $remote_addr or $http_remote_addr on my proxy_pass without success. The rewrite rule works …

nginx proxypass
React-router and nginx

I am transitioning my react app from webpack-dev-server to nginx. When I go to the root url "localhost:8080/login" I …

nginx react-router
Changing the user that nginx worker processes run under (Ubuntu 12.04)

I have a manual install of nginx on Ubuntu 12.04. When I ran ./configure I used the following options: ./configure --user=…

nginx ubuntu-12.04 usergroups