Closed coooool123 closed 6 years ago
Have you configured nginx to be a reverse proxy? And are you running the node file?
You're running Nginx and that conflicts with this Node script which also wants to run on port 80. Either turn off Nginx or set it up as a reverse proxy.
Oh sorry for posting on that old lock thread, didn't see your comments here - How exactly do I do that? Which would you prefer for me to do, close it or create a reverse proxy?
I don't have a preference. You decide.
I’ll try them out and give you guys an update - thanks.
Use https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04 if you choose reverse proxy or straight up juat run the node app.
I made this gist a year ago on how csg0.trade was reverse proxied. https://gist.github.com/pepzwee/2e1f4e0f7f9ec29c7dfca8fabd48dfa5
Yeah or use that. Forgot about that. :kissing_heart:
If I disable it will it affect my SSL that I plan on putting in within the cfg?
sudo update-rc.d -f nginx disable Would this work? Dont want to be hasty
There's three ways you can add SSL to this script.
If you don't have any nginx websites online and you don't need it, you can just disable it correct.
Whats the command to open up the nginx config so I can change it?
Anything?
I have a new error now “Apache/2.4.18 (Ubuntu) Server at [my domain] Port 80” I deleted nginx and this is what happened
You also have apache installed.
What do you mean?
its still not working after i uninstalled apache2
I typed “httpd -k uninstall“ and it says that there was no httpd found
I just went on file zilla and just deleted the files manually because nothing seemed to work and I still get the same error, can you guys help me?
This is all you need to follow - https://steamapis.com/projects/node-csgo-web-tradebot/
I been following that guide but now I'm still getting the "Apache/2.4.18 (Ubuntu) Server at [my domain] Port 80" I just want to fix the login issue which has been bothering me for the past 2-3 days and I can't find a solution on it - I really need your help. pls
ffs I dont know what I been doing wrong - I did the guide STEP by STEP like 5x already and this shit still doesn't work
https://gyazo.com/8c02103bae5d46a601a81c120f0e4811 Does this mean I have these things installed? Because i've typed in the commands to remove them but I'm assuming they aren't working
You are not following the guide properly. Where does the guide tell you to use update-rc.d
? That disables Apache from automatically starting on boot, it does not disable it while it's running.
sudo systemctl stop apache2
those commands literally do nothing i've typed them in so many times and got 0 back from typing them in
Not all commands return something when you execute them.
But it still does nothing and I still get redirected to the same 404 error page
???
I've fixed the issue - All I had to do was just delete the droplet and create a new one lol
https://imgur.com/a/PDLrC
Whenever I try to login into steam this is the error I get, halp.