Fetching metadata from the HF Docker repository...
smgc
commited on
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1
|
:3001 {
|
2
|
handle_path /api/v1/* {
|
3
|
rewrite * /v1{path}
|
|
|
1
|
+
{
|
2
|
+
admin off
|
3
|
+
log {
|
4
|
+
format console
|
5
|
+
level info
|
6
|
+
}
|
7
|
+
}
|
8
|
+
|
9
|
:3001 {
|
10
|
handle_path /api/v1/* {
|
11
|
rewrite * /v1{path}
|