Skip to content

Instantly share code, notes, and snippets.

View omares's full-sized avatar
💭
🚀

Ota Mares omares

💭
🚀
View GitHub Profile
# mongo.conf
#where to log
logpath=/var/log/mongo/mongod.log
logappend=true
# fork and run in background
fork = true
user otamares staff;
worker_processes 4;
error_log /usr/local/var/log/nginx/error.log;
events {
worker_connections 1024;
}
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;
}
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/'
@import "base"
@import "compass/css3"
body
background:
color: #FFFFFF
#dock
background:
image: url(/images/background.png)