fix vm vagrant
This commit is contained in:
11
dockers/traefik/conf/allow_ip.yml.dist
Normal file
11
dockers/traefik/conf/allow_ip.yml.dist
Normal file
@ -0,0 +1,11 @@
|
||||
http:
|
||||
middlewares:
|
||||
test-ipallowlist:
|
||||
ipallowlist:
|
||||
sourceRange:
|
||||
# tlm est autorisé
|
||||
- "0.0.0.0/0"
|
||||
test-adminipallowlist:
|
||||
ipallowlist:
|
||||
sourceRange:
|
||||
- "127.0.0.1"
|
Reference in New Issue
Block a user