8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-16 23:56:12 +00:00

add slash support in apache conf

This commit is contained in:
chapeau 2021-05-13 19:46:26 +02:00
parent a234be0981
commit 1e6c6348b8
2 changed files with 4 additions and 0 deletions

View file

@ -32,4 +32,6 @@
SSLCertificateKeyFile /etc/letsencrypt/live/LE_PATH/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
AllowEncodedSlashes On
</VirtualHost>

View file

@ -21,4 +21,6 @@
WSGIDaemonProcess re2o processes=2 threads=16 maximum-requests=1000 display-name=re2o
WSGIPassAuthorization On
AllowEncodedSlashes On
</VirtualHost>