scientist-softserv / princeton-manifold

Transforming scholarly publications into living digital works.
http://manifoldapp.org
GNU General Public License v3.0
0 stars 0 forks source link

Prevent general public and search engines from accessing site #6

Open bkiahstroud opened 1 week ago

bkiahstroud commented 1 week ago

Acceptance Criteria

Implementation Suggestions

Use nginx to implement HTTP basic auth (docs)

Use robots.txt and possibly HTML meta tags

bkiahstroud commented 2 days ago

I deployed this to production, but I don't think it's working. I say this because /robots.txt throws a 404 error.

The page may just need to be "hooked in" so that the server serves the file, but that's a guess