I searched whole forum but couldn’t find a solution. I’m setting up a small business network and want to run passbolt and another web application on same host (still virtual machine). This host gonna be a local server so doesn’t have any domain / FQDN. That’s why I’m planing to use IP/subfolder for each app.
I setup a fresh ubuntu 18.04 to virtual machine. Then installed passbolt via documentations. Then I tried to change nginx to run passbolt on “IP/passbolt” but failed.
Here is my nginx config (/etc/nginx/conf.d/default.conf)
Thanks for reply and I also tried that solution. It works if I use FQDNs but not working when I tried with IP adresses. I added
‘App’ => [
// A base URL to use for absolute links.
// The fully qualified domain name (including protocol) to your application’s root
// e.g. where the passbolt instance will be reachable to your end users.
// This information is need to render images in emails for example.
‘fullBaseUrl’ => ‘https://10.10.0.244’,
// OPTIONAL you can specify the base directory the app resides in
// usefull for example if you are running passbolt in a subdirectory like localhost/passbolt
// Ensure your string starts with a / and does NOT end with a /
‘base’ => ‘/passbolt’
],
since then I got an “HTTP ERROR 500” on 10.10.0.244 and 10.10.0.244/passbolt