Browse Source

Fix Node.js preset leaving PHP is a bugged state

pull/159/head
MattIPv4 5 years ago
parent
commit
0c61f2a87a
  1. 1
      src/nginxconfig/templates/domain_sections/presets.vue

1
src/nginxconfig/templates/domain_sections/presets.vue

@ -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;

Loading…
Cancel
Save