419 solutions found in server-admin
Page 2 of 21votes
I've always thought of upstream and downstream along the lines of an actual stream, where the flow of information is like water. So upstream is where water/...
votes
I am getting 504 timeouts message from nginx when my PHP script is running longer than usual. `set_time_limit(0)` does not seem to prevent that! Does it not wor...
votes
I'm running a Sinatra app behind passenger/nginx. I'm trying to get it to respond to both http and https calls. The problem is, when both are defined in...
votes
In the X-WAF deployment, you need to create a new nginx configuration file. However, when testing the nginx configuration, an error is found and nginx cannot be...
votes
In my error log i get > [emerg] 10619#0: a duplicate default server for 0.0.0.0:80 in /etc/nginx/sites-enabled/mysite.com:4 on Line 4 I have: s...
votes
I want to add a custom header for the response received from the server behind nginx. While `add_header` works for nginx-processed responses, it does nothing...
votes
I am using nginx and node server to serve update requests. I get a gateway timeout when I request an update on large data. I saw this error from the nginx error...
votes
I have been studying Node.js recently and came across some material on writing simple Node.js based servers. For example, the following. var express = re...
votes
I would like to host 2 different domains in the same server using Nginx. I redirected both domains to this host via @ property. Although I configure 2 differen...
votes
I would like to know the difference between Nginx and Unicorn. As far as I understand, Nginx is a web server while Unicorn is a Ruby HTTP server. Since both...
votes
On server-side using Sinatra with a `stream` block. get '/stream', :provides => 'text/event-stream' do stream :keep_open do |ou...
votes
After over 10 hours of research I have not figured out why this doesn't work! I am trying to move my localhost to my sites-enabled folder which is in /etc/n...
votes
Once I've seen this before when I type a URL `http://test.com/test/`, instead of give me a html page, it gives me a 'file browser' like interface to...
votes
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'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...