fix nginx localhost site link
This commit is contained in:
parent
91c3ad7839
commit
af08c260a8
|
@ -67,7 +67,7 @@
|
||||||
- http://localhost
|
- http://localhost
|
||||||
- http://idhub2
|
- http://idhub2
|
||||||
- http://idhub3
|
- http://idhub3
|
||||||
- Motivation: test locally a more complex OIDC scenario (similar to pilot no9b)
|
- Motivation: test locally a more complex OIDC scenario (similar to pilot xo9b)
|
||||||
|
|
||||||
### Details on localhost config
|
### Details on localhost config
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ You can test all the features in localhost. It was tested on Debian GNU/Linux 12
|
||||||
|
|
||||||
- on host machine install nginx and docker
|
- on host machine install nginx and docker
|
||||||
- nginx acts as a reverse proxy is used to get into docker containers (same approach applies to deployed pilots and instances)
|
- nginx acts as a reverse proxy is used to get into docker containers (same approach applies to deployed pilots and instances)
|
||||||
- see [nginx-localhost.site]() for the nginx site config
|
- see [nginx-localhost.site](./nginx-localhost.site) for the nginx site config
|
||||||
- add at the end of `/etc/hosts` a line with: `127.0.0.1 idhub2 idhub3` so you make work the DNS resolution locally
|
- add at the end of `/etc/hosts` a line with: `127.0.0.1 idhub2 idhub3` so you make work the DNS resolution locally
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Reference in New Issue