You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save queries to run during postrm select CONCAT("UPDATE domaines_type SET has_https_option = 1 WHERE name='",name,"';") from domaines_type where has_https_option = 1;
and run on post
UPDATE domaines_type SET has_https_option=0; UPDATE sub_domaines SET https="" , web_action="UPDATE" where https <> "";
Hi
Looks interessting to disable https_option to all domain type.
As nginx is a front with ssl feature, alternc don't need to manage any ssl state.
Check any regression about template *-both use
The text was updated successfully, but these errors were encountered: