Skip to content

Commit

Permalink
Merge pull request #298 from metal3-io/dtantsur-v1-heartbeat
Browse files Browse the repository at this point in the history
Remove the trailing slash from the heartbeat rule
  • Loading branch information
metal3-io-bot authored Sep 17, 2021
2 parents ea78343 + 08d33c6 commit 237fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironic-config/apache2-ironic-api.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Listen 6385
<Location /v1/lookup >
Require all granted
</Location>
<Location /v1/heartbeat/ >
<Location /v1/heartbeat >
Require all granted
</Location>
<Location ~ "^/(v1/?)?$">
Expand Down

0 comments on commit 237fe95

Please sign in to comment.