This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Compile and install nginx for OpenShift | |
# with memory cache, webdav and fancyindex support | |
# | |
# This is a universal script which can run on any type of OpenShift gears | |
# Note: | |
# install dir: $OPENSHIFT_DATA_DIR | |
# tmp dir: $OPENSHIFT_TMP_DIR | |
# log dir: $OPENSHIFT_LOG_DIR |