mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-11 23:46:09 +08:00
Fix Node.js preset leaving PHP is a bugged state
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user