diff --git a/Netdisco/lib/App/Netdisco/Manual/Deployment.pod b/Netdisco/lib/App/Netdisco/Manual/Deployment.pod index e59a24be..c509821d 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Deployment.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Deployment.pod @@ -63,7 +63,7 @@ After enabling the C, C and C modules in Apache, a suitable configuration would be: ProxyPreserveHost On - ProxyPass / http://localhost:5000/ retry=0 timeout=5 + ProxyPass / http://localhost:5000/ retry=0 timeout=60 ProxyPassReverse / http://localhost:5000/ ProxyRequests Off @@ -76,7 +76,7 @@ To combine this with Non-root Hosting as above, simply change the paths referenced in the configuration, and set C in your C as discussed above. Note there is no trailing slash in the Apache config: - ProxyPass /netdisco2 http://localhost:5000/netdisco2 retry=0 timeout=5 + ProxyPass /netdisco2 http://localhost:5000/netdisco2 retry=0 timeout=60 ProxyPassReverse /netdisco2 http://localhost:5000/netdisco2 To delegate user authentication to Apache, use the C or