You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
I'm trying to configure the nginx with a custom port.
For example:
https://server.com:8443/
But the callback, is always set to https://server.com/_oauth, instead of https://server.com:8443/_oauth.
I was able to do this by adding ngo_callback_host to server.com:8443, but with this I cannot use the localhost approach (using ngo.lol).