diff --git a/nginx.conf b/nginx.conf index ed6a5e3..f611e90 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,11 +28,11 @@ server { root /www/snoot.club/snoots/heart/application/website; } - location /c { + location = /c { return 301 https://chee.snoot.club; } - location /a { + location = /a { return 301 https://abe.snoot.club; } }