2108 solutions found
Page 103 of 106votes
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 am stuck with this CORS problem, even though I set the server (nginx/node.js) with the appropriate headers. I can see in Chrome Network pane -> Response...
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....
votes
I've a repository `moodle` on my Github account which I `forked` from the official repository. I then cloned it on my local machine. It worked fine. I cr...
votes
I use `AVAudioRecorder` to record, it worked fine on iOS 4 devices, but yesterday we found out recording is broken on iOS5. Using the iPhone 5 simulator I got f...
votes
Someone took a version (unknown to me) of Moodle, applied many changes within a directory, and released it ([tree here][1]). **How can I determine which comm...
votes
I'm new to moodle environment and I'm having this error: > Not Acceptable! > > An appropriate representation of the requested resource co...
votes
Is there a way to obtain version info for a moodle site using only "teacher" level access? It seems as though this ability was removed in versions 1.9...