Skip to content

FIX HESTIA 1.9.6 Ensure ports directory exists and update git clone command#9

Open
sharklatan wants to merge 3 commits into
virtuosoft-dev:mainfrom
sharklatan:main
Open

FIX HESTIA 1.9.6 Ensure ports directory exists and update git clone command#9
sharklatan wants to merge 3 commits into
virtuosoft-dev:mainfrom
sharklatan:main

Conversation

@sharklatan

Copy link
Copy Markdown

No description provided.

Updated the git clone command to use the latest repository URL.
Copilot AI review requested due to automatic review settings May 31, 2026 03:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

The update_nginx_files() function was triggered on SSL-related events
(v_add_web_domain_ssl, v_delete_web_domain_ssl, v_add_web_domain_ssl_force,
v_delete_web_domain_ssl_force) and would generate nginx.conf_nodeapp and
nginx.ssl.conf_nodeapp files whenever the nodeapp folder existed, regardless
of whether the domain was actually using the NodeApp proxy template.

This caused incorrect nginx config files to be created for domains that had
a nodeapp folder but were using a different proxy template (e.g. default),
leading to potential nginx conflicts.

Fix mirrors the pattern already used in v_unsuspend_domain(): query the
current proxy template via v-list-web-domain before calling
generate_nginx_files(), passing true only when the proxy template is
NodeApp and false otherwise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants