Skip to content

Commit

Permalink
Comment out the dev/staging IPs in the passenger role (#5412)
Browse files Browse the repository at this point in the history
We still don't understand why, but the dev/staging IPs were getting written to the production config by mistake in bibdata. Making this clearer for Future Us.
  • Loading branch information
acozine authored Oct 3, 2024
1 parent b5ced10 commit 40e526e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/passenger/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ passenger_real_ip_from:
- 128.112.203.144
- 128.112.203.145
- 128.112.203.146
# dev loadbalancer
passenger_real_ip_from_staging:
- 172.20.80.13
- 172.20.80.14
- 172.20.80.19
# for staging, use the dev loadbalancer IPs instead:
# passenger_real_ip_from:
# - 172.20.80.13
# - 172.20.80.14
# - 172.20.80.19
passenger_listen_port: '80'

passenger_root: /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini
Expand Down

0 comments on commit 40e526e

Please sign in to comment.