[~] Refactor

This commit is contained in:
Siarhei Siniak 2023-10-28 16:36:22 +03:00
parent 6d4782f39d
commit e5ed84c35f

@ -203,7 +203,8 @@ server {
} }
location ~ { location ~ {
return 444; #return 444;
return 301 https://$host$request_uri;
} }
} }