Script nginx.sh: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 February 2012

8 December 2011

4 December 2011

  • curprev 08:5908:59, 4 December 2011imported>T1t0 512 bytes +512 Created page with "<pre> #!/bin/sh # # Nginx HTTP server PATH=/sbin:/bin:/usr/sbin:/usr/bin; RET_CODE=0 case "$1" in start) /srv/local/nginx/sbin/nginx; RET_CODE=$?; ..."