Skip to content

Commit d0c031f

Browse files
committed
small fixes
1 parent ed04c43 commit d0c031f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Caddyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
http://localhost, http://core {
1+
http://127.0.0.1, http://localhost, http://core {
22
route /* {
33
reverse_proxy core:4200
44
}
@@ -49,7 +49,7 @@ http://audit-log {
4949

5050
http://file-events {
5151
route /* {
52-
reverse_proxy file_events:4200
52+
reverse_proxy file-events:4200
5353
}
5454
}
5555

docs/preservation-data-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ components:
174174
type: string
175175
edsUrl:
176176
type: string
177-
example: http://exfiltration-data-service:4210
177+
example: http://exfiltration-data-service:4200
178178
eventId:
179179
type: string
180180
fileMD5:

0 commit comments

Comments
 (0)