added keepalive_timeout to article

This commit is contained in:
Marvin Steadfast 2015-11-19 16:49:57 +01:00
parent 12a1ce1a4d
commit e460c3f764

View File

@ -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 / {