From 79a6abeaabd86ff88d618824afee30c32937d5b7 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 20 May 2010 16:03:41 -0400 Subject: Set nginx file size limit to 15MB --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1c176bc..306c6ee 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,6 +27,7 @@ http { server { listen 80; server_name .dump.fm; + client_max_body_size 15m; location ~* /(avatars|images)/ { root /home/dumpfmprod/prod; -- cgit v1.2.3-70-g09d2 From 7bdd0bee334dba7e4ab52eea081b6966280e3a51 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 20 May 2010 16:04:32 -0400 Subject: sostler prod commit --- static/css/profile.css | 9 +++++++-- template/about_us.st | 2 +- template/chat.st | 1 + template/profile.st | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/static/css/profile.css b/static/css/profile.css index 962e528..fdac506 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -115,9 +115,14 @@ margin-top:0; } #profile h8{ position:absolute; -top:45px;font-size:100%; +top:39px;font-size:100%; letter-spacing:-1px; -margin-left:-8px;color:#000; +color:#000; +} +#profile h9{ +font-size:170%; +color:#000; +text-shadow:#ccc 1px 1px 1px; } #chatrap{ margin-left:15%; diff --git a/template/about_us.st b/template/about_us.st index 1b84f04..abf91f4 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -32,7 +32,7 @@ background-attachment:fixed;" onload="


-DUMP.FM is a exciting tool for the internet; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post a pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration. +DUMP.FM is a exciting tool for the internet; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration.

diff --git a/template/chat.st b/template/chat.st index 5b829fc..5478dcd 100644 --- a/template/chat.st +++ b/template/chat.st @@ -62,6 +62,7 @@ $banner()$