how do you run scrapyd on nginx?
i've tried creating a "scrapy_config"-file and placing it in
/etc/nginx/sites-enables/
server {
listen 6801;
location / {
proxy_pass http://0.0.0.0:6800/;
}
}
but does not work...
--
You received this message because you are subscribed to the Google Groups
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.