I will try resting the vps server and do a fresh install
#First, delete the link to the default web server host
rm /etc/nginx/sites-enabled/default
rm /etc/nginx/sites-available/default
#Correct the configuration file:
vi /etc/nginx/nginx.conf
#Create a virtual host file:
vi /etc/nginx/sites-available/my_cool_app
#Enable the new host:
ln -s /etc/nginx/sites-available/my_cool_app /etc/nginx/sites-enabled/my_cool_app
service nginx reload
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.