Skip to content

Instantly share code, notes, and snippets.

View chricke's full-sized avatar

Christian Beckmann chricke

View GitHub Profile
@chricke
chricke / install_nginx_on_debian.sh
Created February 3, 2011 19:35 — forked from scottjbarr/install_nginx_on_debian.sh
Install nginx on Debian.
#!/bin/bash
#
# Install nginx on Debian.
#
# Author : Scott Barr
# Date : 7 Jan 2010
#
VERSION=0.7.64
@chricke
chricke / nginx
Created May 11, 2011 10:59
nginx init script
#!/bin/sh
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: nginx init.d dash script for Ubuntu <=9.10.
# Description: nginx init.d dash script for Ubuntu <=9.10.
### END INIT INFO