Skip to content

Commit

Permalink
Try fix nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Feb 5, 2024
1 parent 8bf1fa9 commit dc6d6f7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- host: api.mad-world.nl
http:
paths:
- path: "/((.*)|(.*)"
- path: /
pathType: Prefix
backend:
service:
Expand All @@ -62,7 +62,7 @@ spec:
- host: identity.mad-world.nl
http:
paths:
- path: "/((.*)|(.*)"
- path: /
pathType: Prefix
backend:
service:
Expand All @@ -72,7 +72,7 @@ spec:
- host: log.mad-world.nl
http:
paths:
- path: "/((.*)|(.*)"
- path: /
pathType: Prefix
backend:
service:
Expand All @@ -92,7 +92,7 @@ spec:
- host: shipsimulator-api.mad-world.nl
http:
paths:
- path: "/((.*)|(.*)"
- path: /
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit dc6d6f7

Please sign in to comment.