fix nginx localhost site link

This commit is contained in:
pedro 2024-03-18 20:18:23 +00:00
parent 91c3ad7839
commit af08c260a8
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
- http://localhost
- http://idhub2
- 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
@ -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
- 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
## Installation