Differences

This shows you the differences between two versions of the page.

Link to this comparison view

openbsd_nginx [2014/06/13 11:34]
openbsd_nginx [2014/06/13 11:34] (current)
Line 1: Line 1:
 +======= OpenBSD nginx ======
  
 +  * [[OpenBSD]]
 +  * [[OpenBSD PHP]]
 +  * [[nginx]]
 +
 +  * [[http://​www.h-i-r.net/​p/​openbsd.html|The OpenBSD nginx/​MySQL/​PHP stack]]
 +
 +''​nginx''​ ships as part of the OS with OpenBSD.
 +
 +To start nginx at boot time, edit ''​rc.conf.local''​ and add default flags:
 +
 +<​code>​
 +nginx_flags=""​
 +</​code>​