Lose the -
from the two entries and yes, that IP should work. As per comments in this topic, you may want to add 127.0.0.1
and ::1
as well if your reverse proxy is on the same machine:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.3 # see EDIT below
- 127.0.0.1
- ::1
EDIT: I’ve seen this advice repeated in other posts. Note that the 172
address referred to here is specific to the OP of this post and not a “magic” IP address that always works for everyone.