added keepalive_timeout to article
This commit is contained in:
parent
12a1ce1a4d
commit
e460c3f764
@ -10,6 +10,7 @@ Ich bin ja vor einiger Zeit von [Plex](https://plex.tv/) auf [Emby](http://emby.
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name emby.meinedomain.tld;
|
server_name emby.meinedomain.tld;
|
||||||
|
|
||||||
|
keepalive_timeout 180;
|
||||||
client_max_body_size 1024M;
|
client_max_body_size 1024M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user