Hi,
I wanted to change port and what i found in community was to change nginx.passbolt.conf . I changed the port but it does not help. Just a black screen comes.
Could anyone help me ?
Thank you
Abdul
Hi,
I wanted to change port and what i found in community was to change nginx.passbolt.conf . I changed the port but it does not help. Just a black screen comes.
Could anyone help me ?
Thank you
Abdul
Hi @razzak ,
If you want to change port, you have to change also the 'fullBaseUrl'
value in /etc/passbolt/passbolt.php
file, eg.
'App' => [
// A base URL to use for absolute links.
// The url where the passbolt instance will be reachable to your end users.
// This information is need to render images in emails for example
'fullBaseUrl' => 'https://passbolt.domain.tld:8080',
],
Cheers,
Thank you for the help cheers