i just renamed vendor/elgg/elgg/install/config/nginx.dist to elgg_site1 and updated the line 21 to server_name navodayas.org
then copied to /etc/nginx/sites-enabled/ folder
while tring to install elgg, I encounter rewrite problems.
I was trying to use nginx server. I have no issues with apache. Should i fall back to apache? or should i try resolving problems
can anyone please post the correct nginx config here
Thank you
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.
- Thuvalpakshi@thuvalpakshi

Thuvalpakshi - 0 likes
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
You must log in to post replies.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