This commit is contained in:
Administrator 2022-10-20 11:11:42 +03:00
parent 73559b15bb
commit 24c865dea2

View File

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