From 1fc0a425ee8d765f76c30a5b440426333cb05945 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 25 Jul 2024 17:03:04 +0200 Subject: [PATCH] Add symfony.localhost to generic symfony nxinx --- nginx/x-generic.symfony.local.loken.nl | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/x-generic.symfony.local.loken.nl b/nginx/x-generic.symfony.local.loken.nl index e2bf11e..beac349 100644 --- a/nginx/x-generic.symfony.local.loken.nl +++ b/nginx/x-generic.symfony.local.loken.nl @@ -4,6 +4,7 @@ server { #server_name *.local.loken.nl; #server_name ~^(.+)\.local\.loken\.nl$; server_name "~^(?.+)\.local\.loken\.nl$"; + server_name "~^(?.+)\.symfony\.localhost$"; #map $http_host $rootpath { # ~^(.?+)\.local\.loken\.nl$ $mypath; # default / ;