mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 12:34:12 +00:00
Fix Node.js preset leaving PHP is a bugged state
This commit is contained in:
parent
e4f219a286
commit
0c61f2a87a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue