-
Published Answer
i run locally bundle exec rake assets:precompile and it solved it for me.
•
By
asking_a_question
-
Published Answer
Maybe its loading what is in browser cache, instead of the new content.
Try using another browser, or a new private (incognito) s…
•
By
asking_a_question
-
Published Answer
maybe your disk full and logs created by your containers are huge. check big files in your server
find / -type f -size +100000k -e…
•
By
asking_a_question
-
Published Answer
check firewall is installed
sudo ufw status
if not, then install it:
sudo apt-get install ufw
then allow ss…
•
By
asking_a_question
-
Published Answer
Problem solved. It was in the code nginx.conf
public should have been in quotations.
•
By
asking_a_question
-
Published Question
I am a total beginner with servers administration and Ubuntu.
I am using Cloud66 to manage my digital ocean droplet.
My website was opening normally today, then I have done three actions, which lead to my site not ope...
1
•
•
By
asking_a_question
-
Published Answer
I have some vnc connection problem not allowing me to access my console. Can I power off using the web interface button [POWER OFF]…
•
By
asking_a_question