Skip to content

Commit

Permalink
fixed issue with cert and CA not being available and trusted in appse…
Browse files Browse the repository at this point in the history
…rver when nginx is chosen
  • Loading branch information
pirog committed Oct 17, 2024
1 parent c459bb0 commit 885d992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/php.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const parseNginx = options => {
options.remoteFiles.vhosts = '/opt/bitnami/nginx/conf/lando.conf';
options.defaultFiles.vhosts = (options.ssl) ? 'default-ssl.conf.tpl' : 'default.conf.tpl';
options.nginxSsl = options.ssl;
options.ssl = false;
options.sslExpose = false;
if (process.platform === 'win32') {
options.volumes.push(`${options.confDest}/zz-lando.conf:/usr/local/etc/php-fpm.d/zz-lando.conf`);
}
Expand Down

0 comments on commit 885d992

Please sign in to comment.