linux - Redmine 1.1.2 Default Home Page -


currently /projects/redmine/wiki home page. want change /projects/ have tried in past no success. want state here can follow directions when comes linux barely newb. can myself around have know it. please not tell me change xyz file without telling me heck is. although know how customize wiki page person inheriting site me not know how left me figure out how make simple possible next in line. unfortunately predecessor did not same

so here answer came in simple steps. pre-warning worked me depending on how installation performed may bit different.

sudo /etc/init.d/nginx stop sudo /etc/init.d/redmine stop  /etc/nginx/sites-enabled$ sudo nano redmine  ****change *****  location = / {            rewrite ^/ /projects/redmine/wiki last;         }  ****to*****  location = / {            rewrite ^/ /projects/ last;         } 

ctrl+x press y , enter

then run following commands

sudo /etc/init.d/redmine start  sudo /etc/init.d/nginx start 

Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -