Skip to content

Commit

Permalink
Add ProxyTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 16, 2024
1 parent 6425393 commit 05de49e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions images/web/config/production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,15 @@
Allow from all
Options -MultiViews
</Directory>

# Additional FastCGI configurations
<IfModule mod_proxy_fcgi.c>
ProxyTimeout 600
ProxyBadHeader Ignore
</IfModule>

<IfModule mod_fcgid.c>
FcgidIOTimeout 600
FcgidConnectTimeout 600
</IfModule>
</VirtualHost>

0 comments on commit 05de49e

Please sign in to comment.