diff --git a/docs/faq.rst b/docs/faq.rst index b89663232..a62e2421a 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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 `__. +an HAProxy config in Splash `repository `__. Ansible Way ~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 06608f6c3..ce17d8214 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ def get_version(): 'vendor/harviewer/webapp/har.js', 'ui/*.*', - 'examples/*.lua', 'lua_modules/*.lua', 'lua_modules/libs/*.lua', 'lua_modules/vendor/*.lua',