Fix: Add 5000 port (default web admin port)

patch-1
lu4nx 2022-11-01 20:24:05 +08:00
parent d391eb1883
commit 3a373b7735
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@ requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/"
- "{{BaseURL}}:5000/cgi-bin/"
- "{{BaseURL}}/cgi-bin/html/login.html"
- "{{BaseURL}}:5000/cgi-bin/html/login.html"
redirects: true
max-redirects: 2