@psychobunny
The error message
R
Raj Amal
@Raj Amal
Posts
-
Facing weird problem with NodeBB -
Facing weird problem with NodeBBSee this image. I face issue like this. It just not displaying .
-
Facing weird problem with NodeBB@psychobunny Thank you
-
Facing weird problem with NodeBBI made it offline. Now Its up. But Still the same. Not loading properly. Now visit community.learn2crack.com . I made it online .
-
Facing weird problem with NodeBB@psychobunny Here's my nginx configuration . I placed it in /etc/nginx/conf.d/
server {
listen 80;server_name community.learn2crack.com; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }
-
Facing weird problem with NodeBBI setup NodeBB on my DigitalOcean VPS successfully. When I access NodeBB with IP and port its working properly. I used nginx reverse proxy to route to my domain. When I access with domain name NodeBB not loading properly. ie When I click anything like login or register just stays on that page without redirecting. Pls help , I am new to NodeBB