@julian i agree with you, its so sluggish when i wrap-it to become android app.
thanks for the suggestion, appreciate it
How can I pull the latest changes of NodeBB
-
@meetdilip That's what you've just done...
I've worked out your issue. Your site is fine, it's here - http://www.techiewiz.in:4567/
Are you using apache or nginx?
EDIT
If nginx, go into your nginx folder (
cd /etc/nginx/sites-available
, nano into your proxy file (either default or the config one(if you made one)) and make sure your proxy config is correct (it's not) it seems your server configuration is missing a}
at the end. (Not the end of the document) Look here and make sure you have two}
s at the end of your custom server part. -
I used nano proxy and got a plain file. What to do ? Glad that site is safe.
PS: Yes, nginx
-
@meetdilip See previous post edit.
If you want, just copy your nginx config file here and I'll look.
-
server {
listen 127.0.0.1:8084 default;
server_name _;
server_name_in_redirect off;
location / {
stub_status on;
access_log off;
}
} -
@meetdilip Is that the file inside your sites-available folder?
-
@a_5mith said:
@meetdilip Is that the file inside your sites-available folder?
Path was : root@localhost:/etc/nginx# nano conf.d/*.conf
-
root@localhost:/etc/nginx# cd /sites-available
-bash: cd: /sites-available: No such file or directory
root@localhost:/etc/nginx# nano sites-available
root@localhost:/etc/nginx# -
Type
ls
inside your nginx folder what do you get? -
@a_5mith said:
Type
ls
inside your nginx folder what do you get?conf.d koi-utf mime.types scgi_params win-utf
fastcgi_params koi-win nginx.conf uwsgi_params
root@localhost:/etc/nginx#PC crashed. Hence the delay. Sorry.
-
Thanks to @a_5mith . My site is back online :veryhappy: