mirror of
https://github.com/iv-org/documentation.git
synced 2025-12-21 11:25:29 -05:00
Add large_client_header_buffers for large channel continuation query parameters.
Required for NGINX webservers. https://github.com/iv-org/invidious/pull/5566
This commit is contained in:
parent
7e6efae2d1
commit
dcabd306f7
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ server {
|
|||
access_log off;
|
||||
error_log /var/log/nginx/error.log crit;
|
||||
|
||||
# Required due to long URLs on channels next pages.
|
||||
large_client_header_buffers 4 16k;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/invidious.domain.tld/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/invidious.domain.tld/privkey.pem;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue