419 solutions found in server-admin
Page 21 of 21votes
I'd like to determine the current config that is 'loaded'. These would be all the values listed here: http://php.net/manual/en/install.fpm.configura...
votes
At the end of last week I noticed a problem on one of my medium AWS instances where Nginx always returns a HTTP 499 response if a request takes more than 60 sec...
votes
I've set up Node.js and Nginx on my server. Now I want to use it, but, before I start there are 2 questions: 1. How should they work together? How should...
votes
I need to serve my app through my app server at `8080`, and my static files from a directory without touching the app server. # app server on port 80...
votes
The whole issue of setting up a development server for my Ruby on Rails application confuses me. There are WEBrick, Mongrel, Passenger, Apache, Nginx and many m...
votes
I am using [nginx on Rackspace cloud following a tutorial][1] and having searched the net and so far can't get this sorted. I want `www.mysite.example` t...
votes
I'm using Django with [FastCGI][1] + nginx. Where are the logs (errors) stored in this case? [1]: https://en.wikipedia.org/wiki/FastCGI
votes
My docker compose file has three containers, web, nginx, and postgres. Postgres looks like this: postgres: container_name: postgres restart...
votes
I am working with configuring Django project with Nginx and Gunicorn. While I am accessing my port `gunicorn mysite.wsgi:application --bind=127.0.0.1:8001` i...
votes
I have worked with Apache before, so I am aware that the default public web root is typically `/var/www/`. I recently started working with nginx, but I can&#...
votes
All of a sudden I am getting the below nginx error * Restarting nginx * Stopping nginx nginx ...done. * Starting nginx nginx ng...
votes
What order do location directives fire in?
votes
I update nginx to **1.4.7** and php to **5.5.12**, After that I got the **502 error**. Before I update everything works fine. nginx-error.log 2014/05/...
votes
I use nginx to as the front server, I have modified the CSS files, but nginx is still serving the old ones. I have tried to restart nginx, to no success and...
votes
I have 3 domain names and am trying to host all 3 sites on one server (a Digital Ocean droplet) using Nginx. mysite1.name mysite2.name mysite3.name Only...
votes
How can I have same rule for two locations in NGINX config? I have tried the following server { location /first/location/ | /second/location/ {...
votes
I installed Nginx on Centos 6 and I am trying to set up virtual hosts. The problem I am having is that I can't seem to find the `/etc/nginx/sites-available`...
votes
In what cases should one prefer to use Node.js only as a server in real deployment? When one does **not** want to use Node.js only, what plays better with No...
votes
I have an Nginx instance running inside a Docker container. I have a MySQL running on the host system. I want to connect to the MySQL from within my container....