419 solutions found in server-admin
Page 20 of 21votes
How can I redirect `mydomain.example` and any subdomain `*.mydomain.example` to `www.adifferentdomain.example` using Nginx?
votes
I am using the default config while adding the specific directory with nginx installed on my ubuntu 12.04 machine. server { #listen 80; #...
votes
I have Nginx installed on a Docker container, and am trying to run it like this: docker run -i -t -p 80:80 mydockerimage /usr/sbin/nginx The problem i...
votes
Working on a client's server where there are two different versions of nginx installed. I think one of them was installed with the brew package manager (its...
votes
I'm in the process of setting up a new server. The web server of my choice is NGINX. I want to add the domain (e.g. `example.com`) as a virtual host. I alre...
votes
I am running Django, FastCGI, and Nginx. I am creating an api of sorts that where someone can send some data via XML which I will process and then return some...
votes
I have a webapp on a NGinx server. I set `gzip on` in the conf file and now I'm trying to see if it works. YSlow says it's not, but 5 out of 6 websites...
votes
I have nginx installed with PHP-FPM on a CentOS 5 box, but am struggling to get it to serve any of my files - whether PHP or not. Nginx is running as www-dat...
votes
I am installing a website in a droplet (Digital Ocean). I have an issue for install NGINX with PHP properly. I did a tutorial https://www.digitalocean.com/commu...
votes
I would like to use the psql in the postgres image in order to run some queries on the database. But unfortunately when I attach to the postgres container, I g...
votes
I have setup an nginx server with php5-fpm. When I try to load the site I get a blank page with no errors. Html pages are served fine but not php. I tried tu...
votes
If I have a data.sql, how I can import database to my mysql docker container? How I can import database data. In a dockerised world this adds a layer of complex...
votes
Im fairly new to docker and so im trying to learn more about it using a laravel project, im following this tutorial: https://www.digitalocean.com/community/t...
votes
I have recently started migrating to Docker 1.9 and Docker-Compose 1.5's networking features to replace using links. So far with links there were no prob...
votes
I am trying to link 2 separate containers: - [nginx:latest](https://registry.hub.docker.com/_/nginx/) - [php:fpm](https://registry.hub.docker.com/_/php/)...
votes
I try to work out a way to create a dev environment using docker and laravel. I have the following dockerfile: FROM php:7.1.3-fpm RUN...
votes
I want to build my PHP-FPM image with `php-redis` extension based on the [official PHP Docker image](https://registry.hub.docker.com/_/php/), for example, using...
votes
I have a question about my haproxy config: #--------------------------------------------------------------------- # Global settings #----------...
votes
**Configuration** - Ubuntu Server 11.10 64 bit - Amazon AWS, Ec2, hosted on the cloud - t1.micro instance Before I write anything else, I'd like t...
votes
Today I was updated [Ubuntu server 13.04][1] (Raring Ringtail) → [13.10][2] (Saucy Salamander). And my Apache 2 installation is broken. Here my configurat...