From bf7b458f5032d5ec7d0e3989186681b34f740ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Fri, 23 Feb 2018 16:14:06 +0100 Subject: [PATCH] Make Nginx use Symfony as default server Makes Nginx respond always as if one asks for `symfony.local`, so you can use any hostname as long as the request ends up on this container. --- nginx/symfony.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/symfony.conf b/nginx/symfony.conf index f17c5539..3965ffa6 100644 --- a/nginx/symfony.conf +++ b/nginx/symfony.conf @@ -1,5 +1,5 @@ server { - server_name symfony.local; + server_name _; root /var/www/symfony/web; location / {