Monday, 15 August 2011

Redmine under sub-directory on nginx -



Redmine under sub-directory on nginx -

my vhost configuration: http://pastebin.com/zyxumqtx (only 1 domain on installation)

i've been racking head , google solution lastly 2 days , can't quite seem come solution works.

my setup (from above configuration):

ip.board 3.4 installation in %root_domain%/forums/ ip.content 2.3 installation in %root_domain/forums/ (with external access index.php on top-level) redmine 2.2.2 install @ /usr/share/redmine (this working because lean running , there no errors in either log file) stale phpmyadmin configuration @ /usr/share/phpmyadmin/ kinda doesn't load html/css properly. symlink /usr/share/redmine/public /srv/www/tiberian-genesis.net/public_html/redmine

i'm trying redmine setup run under %root_domain%/redmine/, maintain getting 404 page ip.content installation.

accessing takes me url: /redmine/login?back_url=http://redmine_thin_servers/redmine/ (which notice it, seems not upstream...)

in case requests lean configuration file:

--- pid: /var/run/thin/redmine.pid group: tgmod prefix: /redmine timeout: 30 log: /var/log/thin/redmine.log max_conns: 1024 require: [] max_persistent_conns: 512 environment: production user: tgmod servers: 1 daemonize: true chdir: /usr/share/redmine socket: /var/run/thin/redmine.sock

i'm out of ideas here.

thanks in advance!

i ended setting on sub-domain. wanted seek proxy on sub-directory, main website kept interfering rules.

nginx redmine thin

1 comment: