Description
Description
Event Timeline
Comment Actions
@Kaliiixx seems to have successfully registered using GitHub. Can you also login susing GitHub or do you get an url redirect error?
Comment Actions
Nginx configuration updated:
location / {
proxy_pass http://localhost:32080;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
}