mirror of
https://codeberg.org/Codeberg/pages-server
synced 2025-03-21 01:22:27 +00:00
Add screenshot of the SNI test script
This commit is contained in:
parent
b54f9df4c5
commit
e94bdb4ed3
1 changed files with 4 additions and 1 deletions
|
@ -12,9 +12,12 @@ In the example (see [haproxy.cfg](haproxy.cfg)), the `pages_backend` is listenin
|
||||||
|
|
||||||
## How to test
|
## How to test
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up &
|
||||||
./test.sh
|
./test.sh
|
||||||
|
docker-compose down
|
||||||
|
|
||||||
# For manual testing: all HTTPS URLs connect to localhost:443 & certificates are not verified.
|
# For manual testing: all HTTPS URLs connect to localhost:443 & certificates are not verified.
|
||||||
./test.sh [curl-options...] <url>
|
./test.sh [curl-options...] <url>
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
Loading…
Add table
Reference in a new issue