mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 17:36:27 +00:00
add slash support in apache conf
This commit is contained in:
parent
a234be0981
commit
1e6c6348b8
2 changed files with 4 additions and 0 deletions
|
@ -32,4 +32,6 @@
|
|||
SSLCertificateKeyFile /etc/letsencrypt/live/LE_PATH/privkey.pem
|
||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
|
||||
AllowEncodedSlashes On
|
||||
|
||||
</VirtualHost>
|
||||
|
|
|
@ -21,4 +21,6 @@
|
|||
WSGIDaemonProcess re2o processes=2 threads=16 maximum-requests=1000 display-name=re2o
|
||||
WSGIPassAuthorization On
|
||||
|
||||
AllowEncodedSlashes On
|
||||
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Reference in a new issue