Add symfony.localhost to generic symfony nxinx

This commit is contained in:
Tim 2024-07-25 17:03:04 +02:00
parent ac06792584
commit 1fc0a425ee

View File

@ -4,6 +4,7 @@ server {
#server_name *.local.loken.nl;
#server_name ~^(.+)\.local\.loken\.nl$;
server_name "~^(?<sub>.+)\.local\.loken\.nl$";
server_name "~^(?<sub>.+)\.symfony\.localhost$";
#map $http_host $rootpath {
# ~^(.?<mypath>+)\.local\.loken\.nl$ $mypath;
# default / ;