Mark Sugan
Joined
30 Experience
0 Lessons Completed
0 Questions Solved
Activity
There was no error in syntaxe, but it woked after commenting those lignes:
# listen 80 default_server;
# listen [::]:80 default_server ipv6only=on;
Just checked, default file in /etc/nginx/sites-enabled/ is filled with correct values, it's weird
root /home/deploy/sample_app/current/public;
Hi, thanks for this tutorial, I tried to follow every step, I deployed the app with some fails
http://pastebin.com/zgkQXcqE
the vps still showing the nginx welcome message, I can't figure out why!