Fix Node.js preset leaving PHP is a bugged state

This commit is contained in:
MattIPv4 2020-06-11 15:11:53 +01:00
parent e4f219a286
commit 0c61f2a87a

View file

@ -224,6 +224,7 @@ THE SOFTWARE.
break;
case 'nodejs':
this.$parent.setValue('php', 'php', false);
this.$parent.setValue('reverseProxy', 'reverseProxy', true);
this.$parent.setValue('routing', 'root', false);
break;