mirror of
https://github.com/iv-org/documentation.git
synced 2025-12-20 10:55:31 -05:00
Add LimitRequestLine for Apache
This commit is contained in:
parent
dcabd306f7
commit
b22bf8349e
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
|||
# ErrorLog /var/log/apache2/invidious.domain.tld/error.log
|
||||
CustomLog /dev/null combined
|
||||
|
||||
# Required due to long URLs on channels next pages.
|
||||
LimitRequestLine 16382
|
||||
|
||||
RewriteEngine on
|
||||
SSLCertificateFile /etc/letsencrypt/live/invidious.domain.tld/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/invidious.domain.tld/privkey.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue