From 2b7259f28e783ee8fe410217ee41c4809aba75b7 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 18 Mar 2018 08:05:33 +0200 Subject: Bug 1446236 - error pages fixups --- .gitignore | 2 ++ Bugzilla/Install/Filesystem.pm | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 18f2d0a17..7bf2816b9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,9 @@ /data /localconfig /localconfig.* +/conf/env.conf /index.html +/errors/ /error_reports /.DS_Store /template_cache diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 2333f18e4..eb750254b 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -475,6 +475,7 @@ sub FILESYSTEM { ); # Create static error pages. + $create_dirs{"errors"} = DIR_CGI_READ; $create_files{"errors/401.html"} = { perms => CGI_READ, overwrite => 1, -- cgit v1.2.3-24-g4f1b