From 455593c9335007006b9bbc9684f7549f69e2af25 Mon Sep 17 00:00:00 2001 From: prance Date: Sun, 30 Jan 2022 15:09:25 +0100 Subject: [PATCH] add 403 reload --- MUOR/MUOR/configs/muor_before_location_block.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUOR/MUOR/configs/muor_before_location_block.conf b/MUOR/MUOR/configs/muor_before_location_block.conf index e3bac1f84..fd8c0bf9f 100644 --- a/MUOR/MUOR/configs/muor_before_location_block.conf +++ b/MUOR/MUOR/configs/muor_before_location_block.conf @@ -38,7 +38,7 @@ server { # add_header Cache-Control "public"; # } - error_page 500 502 503 504 404 /error.html; + error_page 500 502 503 504 404 403 /error.html; location = /error.html { add_header Content-Type text/html;