diff --git a/nginx_web/nginx.conf b/nginx_web/nginx.conf index 640c53f..8fbb40c 100644 --- a/nginx_web/nginx.conf +++ b/nginx_web/nginx.conf @@ -31,7 +31,7 @@ http { try_files $uri $uri/ /index.php?route=$uri&$args; } - location ~ \.(tpl|cache)$ { + location ~ \.(tpl|cache|htaccess)$ { return 403; }