From 1e6c6348b82999849c4d7f25bcdb2de19b2cb4a1 Mon Sep 17 00:00:00 2001 From: chapeau Date: Thu, 13 May 2021 19:46:26 +0200 Subject: [PATCH] add slash support in apache conf --- install_utils/apache2/re2o-tls.conf | 2 ++ install_utils/apache2/re2o.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/install_utils/apache2/re2o-tls.conf b/install_utils/apache2/re2o-tls.conf index eb8f2c42..b9ae3741 100644 --- a/install_utils/apache2/re2o-tls.conf +++ b/install_utils/apache2/re2o-tls.conf @@ -32,4 +32,6 @@ SSLCertificateKeyFile /etc/letsencrypt/live/LE_PATH/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf + AllowEncodedSlashes On + diff --git a/install_utils/apache2/re2o.conf b/install_utils/apache2/re2o.conf index 1b4e02b3..ed2bbf4c 100644 --- a/install_utils/apache2/re2o.conf +++ b/install_utils/apache2/re2o.conf @@ -21,4 +21,6 @@ WSGIDaemonProcess re2o processes=2 threads=16 maximum-requests=1000 display-name=re2o WSGIPassAuthorization On + AllowEncodedSlashes On +