Fix ipv 6 not connecting
This commit is contained in:
parent
c5954815c5
commit
ac06792584
@ -1,4 +1,6 @@
|
|||||||
server {
|
server {
|
||||||
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
#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$";
|
||||||
|
Loading…
Reference in New Issue
Block a user