Fix Node.js preset leaving PHP is a bugged state

pull/159/head
MattIPv4 2020-06-11 15:11:53 +01:00
parent e4f219a286
commit 0c61f2a87a
1 changed files with 1 additions and 0 deletions

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;