Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RP-docs: Apache: increase timeout to support big file uploads #5071

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rp-docs: apache: increase timeout to support big file uploads
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Jul 30, 2024
commit 8c02eb274051130c9716d004c5a4ab99d29843be
2 changes: 2 additions & 0 deletions reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Add this as a new Apache site config:

# Support big file uploads
LimitRequestBody 0
Timeout 86400
ProxyTimeout 86400
</VirtualHost>
```

Expand Down