Give me one minute and we'll have everything sorted.
1 Like
Don't do that just yet. One minute.
2 Likes
- Deactivate the unnecessary default.
sudo rm /etc/nginx/sites-enabled/default
- Install the correct configuration file.
Download this:
metabase.txt (414 Bytes)
Remove the .txt
from the end of the filename.
Copy it to /etc/nginx/sites-available/metabase
, replacing the old configuration file there.
- Reload nginx.
sudo nginx -s reload
- Setup the certificate correctly.
sudo certbot --cert-name justdance.dei.uc.pt --nginx -d "justdance.dei.uc.pt"
2 Likes
Thank you!!! It works!
2 Likes
You are quite welcome!
Your http to https redirect is working great too.
Looking good!
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.