Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix references to /examples, which moved to /scrapy/examples #1066

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ up to 4GB RAM and daemonizes & restarts itself could look like this::
$ docker run -d -p 8050:8050 --memory=4.5G --restart=always scrapinghub/splash:3.1 --maxrss 4000

You also need a load balancer; for example configs check Aquarium_ or
an HAProxy config in Splash `repository <https://github.com/scrapinghub/splash/blob/master/examples/splash-haproxy.conf>`__.
an HAProxy config in Splash `repository <https://github.com/scrapinghub/splash/blob/master/splash/examples/splash-haproxy.conf>`__.

Ansible Way
~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def get_version():
'vendor/harviewer/webapp/har.js',
'ui/*.*',

'examples/*.lua',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The right path is in the manifest file already.

'lua_modules/*.lua',
'lua_modules/libs/*.lua',
'lua_modules/vendor/*.lua',
Expand Down