This commit is contained in:
Administrator 2022-10-20 11:06:35 +03:00
parent 5491083759
commit 73559b15bb

View File

@ -129,7 +129,7 @@ http {
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^(?<domain>\w+)\.develop\.sprinthub\.ru$;
server_name ~^(?<domain>.*)\.develop\.sprinthub\.ru$;
resolver 127.0.0.11 ipv6=off;