Add symfony.localhost to generic symfony nxinx
This commit is contained in:
parent
ac06792584
commit
1fc0a425ee
@ -4,6 +4,7 @@ server {
|
|||||||
#server_name *.local.loken.nl;
|
#server_name *.local.loken.nl;
|
||||||
#server_name ~^(.+)\.local\.loken\.nl$;
|
#server_name ~^(.+)\.local\.loken\.nl$;
|
||||||
server_name "~^(?<sub>.+)\.local\.loken\.nl$";
|
server_name "~^(?<sub>.+)\.local\.loken\.nl$";
|
||||||
|
server_name "~^(?<sub>.+)\.symfony\.localhost$";
|
||||||
#map $http_host $rootpath {
|
#map $http_host $rootpath {
|
||||||
# ~^(.?<mypath>+)\.local\.loken\.nl$ $mypath;
|
# ~^(.?<mypath>+)\.local\.loken\.nl$ $mypath;
|
||||||
# default / ;
|
# default / ;
|
||||||
|
Loading…
Reference in New Issue
Block a user