Re: Несколько CMS для разных URL

valmon nginx-forum на forum.nginx.org
Ср Мар 15 13:01:34 UTC 2017


Нет, чтобы не делать два location
        location ~* ^.+\.(xml|ini|bin|sql|log)$ {
            deny    all;
            return  403;
        }
        location ~* ^/(hosts|core|patches|db|others)/ {
            deny    all;
            return  403;
        }

Posted at Nginx Forum: https://forum.nginx.org/read.php?21,272923,272960#msg-272960



Подробная информация о списке рассылки nginx-ru