diff options
author | B Stack <bgstack15@gmail.com> | 2021-09-24 15:17:35 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-09-24 15:17:35 -0400 |
commit | d960f0cef937ae8a4a19e4dfaf3c617f1e93b10c (patch) | |
tree | 3a858b0e1c9fba106174052e85dfceff41398abe /NEWS | |
parent | fix some building details for el7 (diff) | |
download | fuss-d960f0cef937ae8a4a19e4dfaf3c617f1e93b10c.tar.gz fuss-d960f0cef937ae8a4a19e4dfaf3c617f1e93b10c.tar.bz2 fuss-d960f0cef937ae8a4a19e4dfaf3c617f1e93b10c.zip |
fix x-forwarded-prefix header consumption
Now that I have experimented with X-Forwarded-Prefix and reverse
proxies, this logic works correctly now!
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +fuss 0.0.2 - 2021-09-24 +* Use X-Forwarded-Prefix header correctly +* Add nginx example |