Skip to content

Commit

Permalink
[abid] Fix passenger settings
Browse files Browse the repository at this point in the history
since abid is on the dev load balancer it needs these alternate ips.
also it had the wrong passenger_server_name
  • Loading branch information
hackartisan committed Dec 31, 2024
1 parent 74e0639 commit e0cb280
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion group_vars/abid/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ pg_hba_source: "{{ ansible_host }}/32"

postgres_admin_user: '{{ vault_postgres_staging_admin_user }}'
postgres_admin_password: '{{ vault_postgres_staging_admin_password }}'
passenger_server_name: "abid-staging1.princeton.edu"
passenger_server_name: "abid-staging.princeton.edu"
passenger_app_root: "/opt/abid/current/public"
passenger_app_env: "staging"
passenger_ruby: "/usr/local/bin/ruby"
desired_nodejs_version: "v18.18.0"
passenger_real_ip_from:
- 172.20.80.13
- 172.20.80.14
- 172.20.80.19
install_ruby_from_source: true
ruby_version_override: "ruby-3.1.3"
rails_app_name: "abid"
Expand Down

0 comments on commit e0cb280

Please sign in to comment.