Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 454 Bytes

File metadata and controls

23 lines (18 loc) · 454 Bytes

Place files so the structure looks like

  • /root/lb-nginx-example/site1
  • /root/lb-nginx-example/site2
  • /root/lb-nginx-example/lb

Install nginx and stop the default instance (blocks port 80).

  • nginx -s stop

Disable autostart for default nginx.

  • update-rc.d nginx disable

Load shortcuts

  • . /root/lb-nginx-example/shortcuts

Use

  • example_init (use if neccessary - creates symlinks)
  • lb_start
  • lb_reload
  • w1_start
  • w1_stop
  • w2_start
  • w2_stop