Created
May 15, 2009 19:54
-
-
Save twinge/112405 to your computer and use it in GitHub Desktop.
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 panda; | |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| passenger_root /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.2; | |
| passenger_ruby /usr/local/bin/ruby; | |
| client_max_body_size 500m; | |
| server { | |
| listen 80; | |
| server_name mygcxencoder.com; | |
| root /var/www/panda/current/public; | |
| passenger_enabled on; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment