From 33794b12d5c68df918b988497a396b86acb09feb Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 26 Apr 2019 20:32:48 +0200 Subject: Rename "template" directory to "theme" This commit renames the "template" directory to "theme" because "theme" is the more correct term here. --- .ht-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ht-nginx') diff --git a/.ht-nginx b/.ht-nginx index 010f488..9f85d41 100644 --- a/.ht-nginx +++ b/.ht-nginx @@ -18,7 +18,7 @@ error_page 404 /404.php; #=============================================================================== # Forbidden directories #=============================================================================== -location ~ ^/(core|template/([^/]+)/(html|lang)/) { +location ~ ^/(core|theme/([^/]+)/(html|lang)/) { return 403; } -- cgit v1.2.3