mirror of
https://github.com/iv-org/documentation.git
synced 2026-01-09 04:21:00 -05:00
Merge b22bf8349e into 9373f6743c
This commit is contained in:
commit
f6b50af133
2 changed files with 6 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
|
||||
|
|
|
|||
|
|
@ -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