mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16: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
|
SSLCertificateKeyFile /etc/letsencrypt/live/LE_PATH/privkey.pem
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
|
|
||||||
|
AllowEncodedSlashes On
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -21,4 +21,6 @@
|
||||||
WSGIDaemonProcess re2o processes=2 threads=16 maximum-requests=1000 display-name=re2o
|
WSGIDaemonProcess re2o processes=2 threads=16 maximum-requests=1000 display-name=re2o
|
||||||
WSGIPassAuthorization On
|
WSGIPassAuthorization On
|
||||||
|
|
||||||
|
AllowEncodedSlashes On
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in a new issue