123456789101112131415161718192021222324 |
- {
- admin off
- persist_config off
- }
- :3000 {
- try_files {path} /
- root * /site/selfhost-web
- file_server
- }
- :3100 {
- try_files {path} /
- root * /site/sh-admin-multiport-setup
- file_server
- }
- :3170 {
- reverse_proxy localhost:8080
- }
- :80 {
- respond 404
- }
|