-
Published Question
I had my drop up and running previously with a nodejs backend with domain example.com. But recently needed to host another nodejs back end under a new subdomain - api1.example.com. After the configuration I can longer...
0
•
•
By
codeperfect
Node.js
API
Ubuntu 16.04
-
Published Question
Please I need help. I currently have a nodejs backend server up and running. How can I host another nodejs backend server under thesame domain name
1
•
•
By
codeperfect
Nginx
Node.js
API
Ubuntu 16.04
-
Published Answer
@jtittle am just thinking I should restart the entire configuration all over again. Please advise how I could do a reset to default…
•
By
codeperfect
-
Published Answer
@jtittle here is my server block code. thanks for the help:
server {
listen 80;
server_name nerdwithatwist.com;
…
•
By
codeperfect
-
Published Question
-1
down vote
favorite
I have an app running on node.js. It works locally on my pc but when i upload to my server with digital ocean running on nginx, I keep getting this annoying error message: "Cannot GET //v1/foodtr...
4
•
•
By
codeperfect
Node.js
Nginx
Ubuntu 16.04
-
Published Question
I have an app running on node.js. It works locally on my pc but when i upload to my server with do i keep getting this annoying error message: "Cannot GET //v1/foodtruck"
Can someone please assist me to resolve this i...
2
•
•
By
codeperfect
Node.js
Nginx
MongoDB
Ubuntu 16.04
-
Published Question
I keep gettin error of: Cannot GET //v1/foodtruck after chaing from http tp https:
1
•
•
By
codeperfect
Nginx
Node.js
MongoDB
Ubuntu 16.04