rolled back to development environment
This commit is contained in:
parent
540b56805d
commit
bfe5769fcb
2 changed files with 20 additions and 20 deletions
|
|
@ -26,11 +26,11 @@ http {
|
|||
gzip_buffers 16 8k;
|
||||
#gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
# gzip_disable "MSIE [1-6]\.(?!.*SV1)";
|
||||
upstream thin_cluster {
|
||||
upstream thin_cluster {
|
||||
server unix:/tmp/thin.0.sock;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
server {
|
||||
|
||||
listen 80;
|
||||
server_name babycakes.sofaer.net www.babycakes.sofaer.net;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ max_conns: 1024
|
|||
require: []
|
||||
|
||||
max_persistent_conns: 512
|
||||
environment: production
|
||||
environment: development
|
||||
servers: 1
|
||||
daemonize: true
|
||||
#chdir: /usr/applications/localhash/current
|
||||
|
|
|
|||
Loading…
Reference in a new issue