Certbot going to default nginx welcome page

So when I initially set up passbolt, I didn’t have a domain to connect it to, so for the Let’s Encrypt config page I typed in the IP address. Currently, passbolt works on the IP address as intended, now I’m trying to connect my domain to passbolt.

I ran sudo dpkg-reconfigure passbolt-ce-server
Got this output:

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal
Deploying certificate
Successfully deployed certificate for subdomain.domain.com to /etc/nginx/sites-enabled/default
Congratulations! You have successfully enabled HTTPS on https://subdomain.domain.com

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
 * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 * Donating to EFF:                    https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

=====================================================================

Well done! Visit https://subdomain.domain.com to finish installation

=====================================================================

I go to my website and see the default Welcome to nginx! page, the one that’s located in /var/www/html/index.nginx-debian.html. I ran nslookup on my website and it points to the right IP.
I just need it show up passbolt, instead of the nginx welcome page :frowning:
How do I do that?

I deleted the default file ;-;
Now I only have nginx-passbolt.conf in there
I did sudo systemctl reload nginx
Now I cant reach the website : (
This site can’t be reached, took too long to respond.
.
.
.
.
.
help

Hi vzelenskiy, from what you describe, I think that you need to check the server_name value set in your /etc/nginx/sites-enabled/passbolt.conf file and the ‘fullBaseUrl’ value in your /etc/passbolt/passbolt.php file. (Don’t forget to reload nginx afterward). If you still have your problems after this, then I would recommend that you provide us your nginx error log (/var/log/nginx/error.log).

2 Likes