diff --git a/files/etc/nginx/nginx.conf b/files/etc/nginx/nginx.conf index 00f7864..5f1e339 100644 --- a/files/etc/nginx/nginx.conf +++ b/files/etc/nginx/nginx.conf @@ -33,13 +33,5 @@ http { autoindex on; } - location = /elpissite-en { - return 302 /www/elpissite.weebly.com/; - } - - location = /elpissite-ar { - return 302 /www/elpissite2.weebly.com/; - } - } }