Skip to content

Commit

Permalink
Merge pull request #20 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
manegron authored Dec 6, 2024
2 parents 87d74d6 + 1a24d6c commit 70cd098
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
cookbook-nginx CHANGELOG
===============

## 1.2.2

- Miguel Negrón
- [0fcac9d] Merge pull request #19 from redBorder/feature/18969_ip_identifier
- Miguel Alvarez
- [dda2601] Allow all requests on outliers api

## 1.2.1

- nilsver
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures cookbook-nginx'
version '1.2.1'
version '1.2.2'
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 70cd098

Please sign in to comment.