julianlam / nodebb-plugin-sso-facebook

Single Sign-On Plugin for NodeBB
BSD 2-Clause "Simplified" License
19 stars 19 forks source link

Using with Reverse Proxy #12

Closed KanwalPrakashSingh closed 9 years ago

KanwalPrakashSingh commented 9 years ago

hey guys couldnt understand how to configure it for use with reverse proxy via nginx

say nginx listens on 80 and node js runs on 8080 , I was unable to register or login via fb , because i had blocked 8080 access, is there a way, i can tell the plugin to not make request to 8080 but to 80?

julianlam commented 9 years ago

Yes, you'll need to update the url in config.json to point to the proper address that users will access your forum by.