rhtyd commented on pull request #5040: URL: https://github.com/apache/cloudstack/pull/5040#issuecomment-849485167
@andrijapanicsb the way template/iso upload is implemented is that SSL termination and cors is done by `apache2` which handovers the uploaded data to SSVM agents' internal port 8210: https://github.com/apache/cloudstack/blob/4.15/systemvm/debian/opt/cloud/bin/setup/secstorage.sh#L62 The apache2 Timeout option can be tuned for client/browser is sending data and max. time it can take. A simple test you can do (I've asked @shwstppr to do to confirm) is to try and upload a template that takes more than 5 mins to upload (we can use browser-based latency, in Chrome -> dev tools -> network tab -> throttle) and see if the timeout option makes any difference. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
