feat: add robots.txt for public sites to dotfiles configuration
All checks were successful
sync tailscale acls / acls (push) Successful in 5m20s
All checks were successful
sync tailscale acls / acls (push) Successful in 5m20s
This commit is contained in:
parent
0fb9628297
commit
54210798e6
4 changed files with 19 additions and 0 deletions
7
httpd/robots/git.txt
Normal file
7
httpd/robots/git.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /user/login
|
||||||
|
Disallow: /user/login*
|
||||||
|
Disallow: /user/forgot_password
|
||||||
|
Disallow: /user/forgot_password*
|
||||||
|
Disallow: /miasma
|
||||||
|
Disallow: /miasma/
|
||||||
4
httpd/robots/ntfy.txt
Normal file
4
httpd/robots/ntfy.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
Disallow: /miasma
|
||||||
|
Disallow: /miasma/
|
||||||
4
httpd/robots/paste.txt
Normal file
4
httpd/robots/paste.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
Disallow: /miasma
|
||||||
|
Disallow: /miasma/
|
||||||
4
httpd/robots/vault.txt
Normal file
4
httpd/robots/vault.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
Disallow: /miasma
|
||||||
|
Disallow: /miasma/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue