better launch management caching

This commit is contained in:
2025-08-26 09:02:29 +02:00
parent 8a622334d0
commit 36da0717a2
2 changed files with 16 additions and 2 deletions

View File

@@ -1830,6 +1830,13 @@ function updateStatus(step, message, type = 'info', details = '') {
}
}
/**
* Create an NGINX proxy host for the specified domains.
*
* Important: Caching is disabled (caching_enabled: false) to ensure real-time
* content delivery and avoid potential issues with cached responses interfering
* with dynamic content or authentication.
*/
async function createProxyHost(domains, port, sslCertificateId) {
try {
// Get NGINX settings from the template