Skip to content

Commit d4e3df2

Browse files
committed
minor improvements for plex / immich
1 parent 5359dc9 commit d4e3df2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nginx-template.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ http {
77
listen 80;
88
server_name _;
99

10+
send_timeout 100m;
11+
client_max_body_size 200M;
12+
proxy_http_version 1.1;
13+
14+
proxy_set_header Upgrade $http_upgrade;
15+
proxy_set_header Connection "Upgrade";
16+
1017
location / {
1118
proxy_pass "$PROXY_HOST"; # Replace with your local IP address
1219
proxy_set_header Host $host;

0 commit comments

Comments
 (0)