Re: Взаимодействие http perl module и http upload module
erd
nginx-forum на nginx.us
Пн Июл 9 10:07:29 UTC 2012
Большое спасибо. Выделение обработчика
загрузки в самостоятельный back-end
помогло.
Bdfy Wrote:
-------------------------------------------------------
> прочитайте вот это:
> http://forum.nginx.org/read.php?21,216148,216148
>
> server {
>
> listen 3000;
>
> location / {
> default_type text/html;
> perl uploader::handler;
> }
>
> }
>
>
>
>
> location @uploadhandler {
> proxy_pass http://localhost:3000;
> }
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,228336,228432#msg-228432
Подробная информация о списке рассылки nginx-ru