2108 solutions found
Page 3 of 106votes
I've recently decided to switch from Apache2 to Nginx. I installed Nginx on my CentOS server and setup a basic configuration. When I tried to load my site...
votes
I'm in the process of reorganizing URL structure. I need to setup redirect rules for specific URLs - I'm using Nginx. Basically Something like thi...
votes
I'm an nginx noob trying out this [this][1] tutorial on nginx 1.1.19 on ubuntu 12.04. I have [this][2] nginx config file. When I run this command the tes...
votes
I'm used to using Apache with mod_proxy_html, and am trying to achieve something similar with NGINX. The specific use case is that I have an admin UI runni...
votes
I want to redirect all the HTTP request to https request on [ELB][1]. I have two EC2 instances. I am using nginx for the server. I have tried a rewriting the ng...
votes
I'm running nginx/ruby-on-rails and I have a simple multipart form to upload files. Everything works fine until I decide to restrict the maximum size of fi...
votes
Just want to help somebody out. yes ,you just want to serve static file using nginx, and you got everything right in **nginx.conf**: location /stat...
votes
We have an Angular 6 application. It’s served on Nginx. And SSL is on. When we deploy new codes, most of new features work fine but not for some changes. For...
votes
We have a server that is serving one html file. Right now the server has 2 CPUs and 2GB of ram. From blitz.io, we are getting about 12k connections per minut...
votes
I am using nginx as a reverse proxy and trying to read a custom header from the response of an upstream server (Apache) without success. The Apache response is...
votes
Is it possible to get which conf the nginx is using only from a running nginx process? To get the conf file path. sometimes `ps aux` reveal it, sometimes it...
votes
**Nginx regex location syntaxe** Regex expressions can be used with Nginx location block section, this is implemented with the PCRE engine. What does exac...
votes
I am writing an express app that sits behind an nginx server. I was reading through express's documentation and it mentioned the 'trust proxy' sett...
votes
I was trying to use [Thin][1] app server and had one issue. When nginx [proxies][2] the request to Thin (or Unicorn) using `proxy_pass http://my_app_upstream...
votes
I am trying to get rid of deprecated Docker links in my configuration. What's left is getting rid of those `Bad Gateway` nginx reverse proxy errors when I r...
votes
I'm running nginx in a Virtual Machine using NAT and I'm having redirection issues when I access it from the host machine. ### Works as expected - `...
votes
I had a problem with a custom HTTP `SESSION_ID` header not being transfered by nginx proxy. I was told that underscores are prohibited according to the HTTP...
votes
I have a problem with my MySQL error log which currently mostly consists of "mbind: Operation not permitted" lines (see below). Why does it happen and...
votes
I am writing some webservices returning JSON data, which have lots of users. What are the benefits of using Nginx in front my server compared to just using t...
votes
I have several sets of static `.html` files on my server, and I would like use nginx to serve them directly. For example, nginx should serve an URI of the follo...