16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
proxy:
|
|
addr: "0.0.0.0:8081"
|
|
target: "http://localhost:8080"
|
|
|
|
paths:
|
|
- "/add/"
|
|
- "/archive/"
|
|
- "/delete/"
|
|
- "/edit/"
|
|
- "/rename/"
|
|
- "/upload/"
|
|
|
|
auth:
|
|
username: "HelloWorld"
|
|
password-hash: "$..."
|