From c51781b09dc18b24db8e8af9478ae3cbc05e58a2 Mon Sep 17 00:00:00 2001 From: Aike de Jongste Date: Wed, 19 Oct 2022 10:34:13 +0200 Subject: [PATCH] improve Apache example of readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 976c284..61cdacf 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ location @503 { And here is an example config for **Apache**. This will also need to be modified. ``` apache +# Enable rewriting +RewriteEngine On # Create an alias to the maintenance page used as error document. Alias "/error" "/var/www/domain.com/shared/public/system/" ErrorDocument 503 /error/maintenance.html