Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
upload files
- To: nginx-ru@xxxxxxxxx
- Subject: upload files
- From: "Efrem" <nginx-forum@xxxxxxxx>
- Date: Thu, 26 May 2011 06:05:39 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Date:Sender:From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=saRis1Dydf6iRPbP8HwoXkIjhZEWkeDzPSM4c/ge+1Q=; b=sBw01p0nj42M1t/kzi8WVgzJjYboyhH2Cwzr0IhEZFjI6lyNOBA+UfNCdb01/7ww3LRMW1ti8hcNXJ20Sv6HNDo1YUawWr3gIZhSn9do0koeVhVj+tQpli26kclXyDEn;
äÏÂÒÙÊ ÄÅÎØ!
location /upload {
upload_pass @back_to_page;
upload_store /var/tmp;
}
location @back_to_page {
#proxy_pass $http_referer;
rewrite ^.*$ $http_referer;
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,201091,201091#msg-201091
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|