http-host-once -> http-host-static

This commit is contained in:
Zsolt Ero
2024-08-29 16:35:14 +02:00
parent 66d0bdc515
commit c30a55a5cd
3 changed files with 3 additions and 3 deletions

View File

@@ -25,6 +25,6 @@ Host orb_my
Then I run commands like the following:
```
./init-server.py http-host-once orb_my
./init-server.py http-host-static orb_my
./init-server.py debug orb_my
```