This file contains hidden or 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
# mongo.conf | |
#where to log | |
logpath=/var/log/mongo/mongod.log | |
logappend=true | |
# fork and run in background | |
fork = true |
This file contains hidden or 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
user otamares staff; | |
worker_processes 4; | |
error_log /usr/local/var/log/nginx/error.log; | |
events { | |
worker_connections 1024; | |
} | |
This file contains hidden or 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
server { | |
root /Users/otamares/development/rebus/master/public; | |
server_name rebus; | |
index index.php index.html index.htm; | |
location / { | |
try_files $uri $uri/ /index.php$is_args$args; | |
} |
This file contains hidden or 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
require 'formula' | |
class NginxPushStreamModule < Formula | |
homepage 'http://github.com/wandenberg/nginx-push-stream-module' | |
url 'https://github.com/wandenberg/nginx-push-stream-module/tarball/0.3.3' | |
md5 '5b1f0b53ba062cae3ff48ed47a749020e0406cc5' | |
end | |
class Nginx < Formula | |
homepage 'http://nginx.org/' |
This file contains hidden or 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
@import "base" | |
@import "compass/css3" | |
body | |
background: | |
color: #FFFFFF | |
#dock | |
background: | |
image: url(/images/background.png) |
NewerOlder