scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.92k stars 569 forks source link

proxy prefix for Scrapyd (web interface) templates added #481

Closed TecIntelli closed 1 year ago

TecIntelli commented 1 year ago

To use Scrapyd behind a reverse proxy the base-path can passed via proxy header, provided in the config file. In the website templates the proxy_prefix is added to provided internal links (jobs, logs, cancel).

closes #480