Can't Access WebUI

I’m currently using Vaultwarden with my Home Assistant install. Everything seems to be set up correctly and the privkey and fullperm files are in the right directory. But whenever I access the web UI it throws a “refused to connect” error.

Here’s my log:
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/collections/<col_id>
[2022-04-16 09:08:34.636][routes][INFO] DELETE /api/organizations/<org_id>/collections/<col_id>
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/organizations/<org_id>/collections/<col_id>
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/collections/<col_id>/delete
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/collections/<col_id>/delete-user/<org_user_id>
[2022-04-16 09:08:34.636][routes][INFO] DELETE /api/organizations/<org_id>/collections/<col_id>/user/<org_user_id>
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/collections/<coll_id>/details
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/collections/<coll_id>/users
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/organizations/<org_id>/collections/<coll_id>/users
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/delete
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/import
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/keys
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/leave
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/policies
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/policies/<pol_type>
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/organizations/<org_id>/policies/<pol_type>
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/policies/token?
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/tax
[2022-04-16 09:08:34.636][routes][INFO] DELETE /api/organizations/<org_id>/users
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/users
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/<org_user_id> [1]
[2022-04-16 09:08:34.636][routes][INFO] DELETE /api/organizations/<org_id>/users/<org_user_id>
[2022-04-16 09:08:34.636][routes][INFO] GET /api/organizations/<org_id>/users/<org_user_id>
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/organizations/<org_id>/users/<org_user_id> [1]
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/<org_user_id>/confirm
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/<org_user_id>/delete
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/<user_org>/reinvite
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/confirm
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/invite
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/public-keys
[2022-04-16 09:08:34.636][routes][INFO] POST /api/organizations/<org_id>/users/reinvite
[2022-04-16 09:08:34.636][routes][INFO] GET /api/plans
[2022-04-16 09:08:34.636][routes][INFO] GET /api/plans/sales-tax-rates
[2022-04-16 09:08:34.636][routes][INFO] POST /api/sends
[2022-04-16 09:08:34.636][routes][INFO] GET /api/sends
[2022-04-16 09:08:34.636][routes][INFO] DELETE /api/sends/
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/sends/
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/sends//remove-password
[2022-04-16 09:08:34.636][routes][INFO] GET /api/sends/<send_id>/<file_id>?
[2022-04-16 09:08:34.636][routes][INFO] POST /api/sends/<send_id>/access/file/<file_id>
[2022-04-16 09:08:34.636][routes][INFO] GET /api/sends/
[2022-04-16 09:08:34.636][routes][INFO] POST /api/sends/access/<access_id>
[2022-04-16 09:08:34.636][routes][INFO] POST /api/sends/file
[2022-04-16 09:08:34.636][routes][INFO] POST /api/settings/domains
[2022-04-16 09:08:34.636][routes][INFO] GET /api/settings/domains
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/settings/domains
[2022-04-16 09:08:34.636][routes][INFO] GET /api/sync?<data…>
[2022-04-16 09:08:34.636][routes][INFO] GET /api/two-factor
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/authenticator
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/two-factor/authenticator
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/disable
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/two-factor/disable
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/duo
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/two-factor/duo
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/two-factor/email
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-authenticator
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-duo
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-email
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-recover
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-u2f
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-u2f-challenge
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-webauthn
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-webauthn-challenge
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/get-yubikey
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/recover
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/send-email
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/send-email-login
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/u2f
[2022-04-16 09:08:34.636][routes][INFO] DELETE /api/two-factor/u2f
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/two-factor/u2f
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/webauthn
[2022-04-16 09:08:34.636][routes][INFO] DELETE /api/two-factor/webauthn
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/two-factor/webauthn
[2022-04-16 09:08:34.636][routes][INFO] POST /api/two-factor/yubikey
[2022-04-16 09:08:34.636][routes][INFO] PUT /api/two-factor/yubikey
[2022-04-16 09:08:34.636][routes][INFO] GET /api/users//public-key
[2022-04-16 09:08:34.636][routes][INFO] GET /app-id.json
[2022-04-16 09:08:34.636][routes][INFO] GET /attachments//<file_id>
[2022-04-16 09:08:34.636][routes][INFO] GET /icons//icon.png
[2022-04-16 09:08:34.636][routes][INFO] POST /identity/connect/token
[2022-04-16 09:08:34.636][routes][INFO] GET /notifications/hub
[2022-04-16 09:08:34.636][routes][INFO] POST /notifications/hub/negotiate
[2022-04-16 09:08:34.636][routes][INFO] GET /vw_static/
[2022-04-16 09:08:34.636][start][INFO] Rocket has launched from http://0.0.0.0:80
[2022-04-16 09:08:34.975][hyper::buffer][TRACE] get_buf []
[2022-04-16 09:08:34.975][hyper::buffer][TRACE] read_into_buf buf[0…4096]
[2022-04-16 09:08:34.975][hyper::buffer][TRACE] get_buf [u8; 4096][0…1]
[2022-04-16 09:08:34.975][hyper::http::h1][TRACE] try_parse([10])
[2022-04-16 09:08:34.975][hyper::http::h1][TRACE] Request.try_parse([Header; 100], [u8; 1])
[2022-04-16 09:08:34.975][hyper::buffer][TRACE] read_into_buf buf[1…4096]
[2022-04-16 09:08:34.975][hyper::buffer][TRACE] get_buf [u8; 4096][0…1]
[09:08:34] INFO: Starting NGinx…
[2022-04-16 09:09:34.633][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2022-04-16 09:10:34.634][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2022-04-16 09:11:34.634][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2022-04-16 09:12:34.634][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2022-04-16 09:13:34.635][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2022-04-16 09:14:34.635][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2022-04-16 09:15:34.635][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins
[2022-04-16 09:16:34.636][vaultwarden::api::core::two_factor][DEBUG] Sending notifications for incomplete 2FA logins