Replies: 1 comment 1 reply
-
|
I think we could integrate this within Zipline, where it would disallow any file paths. This solution is fine for now though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed Zipline and almost immediately had an insane number of views. I figured out it was webcrawlers.
I use Apache for my reverse proxy. I added the following lines to my vhosts:
And then created
/var/www/robots.txtwith the following text:Now my percent views is at 0%. If you don't want anyone crawling your site I suggest doing this before you start uploading files.
Beta Was this translation helpful? Give feedback.
All reactions