1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/docker-examples/v5/reverse_proxy/nginx/relative_path/README.md

32 lines
492 B
Markdown
Raw Normal View History

# Nginx Relative Path with Verdaccio 5
This example runs two verdaccio versions:
- Running `verdaccio:5.x` http://localhost/verdaccio/
Note: we should add more sort of configurations here.
**Nginx HTTP Example**
```bash
docker-compose up --build --force-recreate
```
open the browser
```
http://localhost/relative_path/
```
**Nginx SSL Example**
```bash
docker-compose -f docker-compose_ssl.yml up --build --force-recreate
```
open the browser
```
https://localhost/verdaccio/
```