fix: add proxy timeout to httpd to resolve public domain issues with hairpin nat
All checks were successful
ci / treefmt (push) Successful in 3m39s
All checks were successful
ci / treefmt (push) Successful in 3m39s
This commit is contained in:
parent
7e20bb60ac
commit
ee443483fd
1 changed files with 2 additions and 1 deletions
|
|
@ -93,6 +93,7 @@
|
|||
RequestHeader set X-Forwarded-For %{REMOTE_ADDR}s
|
||||
|
||||
RewriteEngine On
|
||||
ProxyTimeout 300
|
||||
ProxyPreserveHost On
|
||||
|
||||
${honeypotConfig}
|
||||
|
|
@ -100,7 +101,7 @@
|
|||
${robotsConfig}
|
||||
|
||||
# --- ${name} (subdomain access) ---
|
||||
ProxyPass / http://${hostIP}:${p}/
|
||||
ProxyPass / http://${hostIP}:${p}/ connectiontimeout=30 timeout=300 retry=0
|
||||
ProxyPassReverse / http://${hostIP}:${p}/
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue