Further adjustments to URLs and NGinx configuration.
This commit is contained in:
parent
8011108116
commit
1762ec6d5f
2 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ User="User ID for DB"
|
|||
Password="Password for DB"
|
||||
|
||||
[URLs]
|
||||
InternalHydraEndpointURL="https://auth.cacert.localhost:4445"
|
||||
InternalHydraEndpointURL="https://hydra.cacert.localhost:4445"
|
||||
WellKnownURL="https://registration.<Your URL>:4444/.well-known/openid-configuration"
|
||||
AuthURL="https://authserver.<Your URL>:4444/oauth2/auth"
|
||||
TokenURL="https://authserver.<Your URL>:4444/oauth2/token"
|
||||
|
|
|
@ -7,8 +7,6 @@ server {
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
|
||||
listen <Host IP>:4444 ssl;
|
||||
}
|
||||
server {
|
||||
server_name idp.<My Domain Name>;
|
||||
|
|
Loading…
Reference in a new issue