Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

redirus worker

mkasztelnik edited this page Nov 27, 2014 · 1 revision

Redirus worker

Redirus worker is located in /home/atmosphere/proxyconf/redirus. Its configuration can be found in /home/atmosphere/proxyconf/redirus/config.yml (on both dev and prod environments).

Redirus nginx

  • /home/atmosphere/proxyconf/nginx-VERSION

Redirus upstart scripts

Currently upstart scripts starts only redirus - nginx need to be started manually

Scripts can be found here: https://github.com/dice-cyfronet/redirus/tree/master/support/upstart. Scripts should be copied into ~/.init directory and modified according to the situation (most important are paths to redirus-worker).

After scripts are in place type:

  • initctl start redirus - to start redirus worker
  • initctl stop redirus - to stop redirus worker
  • initctl restart redirus - to restart redirus

Currently installed Redirus Workers

  • VPH production
  • VPH development
  • Vienna

Currently Vienna and VPH development are connected into development redis and only VPH production redirus into production redis.