orztv
commited on
Commit
·
66e8579
1
Parent(s):
6185a82
update
Browse files- traefik/traefik.yml +1 -8
traefik/traefik.yml
CHANGED
@@ -3,7 +3,7 @@ global:
|
|
3 |
sendAnonymousUsage: false
|
4 |
|
5 |
log:
|
6 |
-
level:
|
7 |
|
8 |
entryPoints:
|
9 |
web:
|
@@ -18,13 +18,6 @@ api:
|
|
18 |
insecure: true
|
19 |
dashboard: true
|
20 |
|
21 |
-
# 添加基本认证中间件
|
22 |
-
http:
|
23 |
-
middlewares:
|
24 |
-
auth:
|
25 |
-
basicAuth:
|
26 |
-
users:
|
27 |
-
- "admin:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/" # 密码是 "pass"
|
28 |
# 添加 Waeb 插件配置
|
29 |
experimental:
|
30 |
plugins:
|
|
|
3 |
sendAnonymousUsage: false
|
4 |
|
5 |
log:
|
6 |
+
level: DEBUG
|
7 |
|
8 |
entryPoints:
|
9 |
web:
|
|
|
18 |
insecure: true
|
19 |
dashboard: true
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
# 添加 Waeb 插件配置
|
22 |
experimental:
|
23 |
plugins:
|