Nginx.service failed because the control process exited with error code when Install Passbolt CE on Ubuntu 18.04

Hi @tyw,

This is usally because your domain name is too long for the default server_names_hash_bucket_size

You can edit the /etc/nginx/nginx.conf and set server_names_has_buscket_size to a bigger value. Then try to restart nginx.