Commit 19dbdea
committed
🔧(tray) fix ineffective timeout settings for peertube runner requests
Previous increases to connection timeouts had no effect due to the requests
being proxied through proxy_to_marsha_app, which overrides those settings.
This fix moves the timeout configuration directly into the
`proxy_to_marsha_app` location block to ensure they are properly applied.
Note: This is a temporary, hacky workaround to avoid 504 Gateway Timeouts when
the PeerTube runner POSTs to /success. A proper fix is still needed.1 parent d0ebb21 commit 19dbdea
File tree
2 files changed
+7
-4
lines changed- src/tray/templates/services/nginx/configs
2 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
0 commit comments