Skip to content

Commit

Permalink
Merge pull request #19 from redBorder/feature/18969_ip_identifier
Browse files Browse the repository at this point in the history
Allow all requests on outliers api
  • Loading branch information
manegron authored Dec 6, 2024
2 parents f62f9f8 + dda2601 commit 0fcac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/default/aioutliers.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ server {

client_max_body_size 512m;

location /api/v1/outliers {
location /api/v1/ {
proxy_pass http://rb-aioutliers;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 0fcac9d

Please sign in to comment.