1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-11-22 10:20:11 +00:00

Updated Password Resets outside local network (markdown)

Harvey Tindall 2021-06-01 00:56:35 +01:00
parent df52471d97
commit efd5309616

@ -5,7 +5,6 @@ If you have Jellyfin set up to recognize connections from the LAN network, it wi
# add to your \`server {\` section
location /Users/ForgotPassword {
proxy_pass http://<jellyfin address>/Users/ForgotPassword;
# note in
proxy_set_header Host $host;
}