Skip to content

Commit b376293

Browse files
committed
Fix url addres descripiton
1 parent 7a373f7 commit b376293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/sso-deployment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docker compose -f docker-compose.sso.yml up -d
5353
The admin panel for Ory Polis will be available at `http://localhost:8081` (the value in `SSO_SERVER_URL`). You can sign in to the admin portal with the credentials you set in the variable `NEXTAUTH_ADMIN_CREDENTIALS`.
5454

5555
:::tip Domain for SSO Service
56-
We recommend running the Ory Polis server on a separate domain or subdomain to make it accessible to your users. For your production deployment, use HTTPS to serve the SSO service. See the <GitHubRepo id="/MerginMaps/server/blob/master/deployment/enterprise/ssl-sso-proxy.conf" /> file in the <GitHubRepo id="MerginMaps/server/blob/master/deployment/" desc="deployment folder" />. You also need to set the variable `SSO_SERVER_URL` to the publicly available URL of the Ory Polis service.
56+
We recommend running the Ory Polis server on a separate domain or subdomain to make it accessible to your users. For your production deployment, use HTTPS to serve the SSO service. See the <GitHubRepo id="/MerginMaps/server/blob/master/deployment/enterprise/ssl-sso-proxy.conf" desc="ssl-sso-proxy.conf" /> file in the <GitHubRepo id="MerginMaps/server/blob/master/deployment/" desc="deployment folder" />. You also need to set the variable `SSO_SERVER_URL` to the publicly available URL of the Ory Polis service.
5757
:::
5858

5959
If you want to configure the Ory Polis service to run on its own domain in production (e.g., `sso.example.com`), you need to add this domain to the following variables:

0 commit comments

Comments
 (0)