mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
Added robots.txt
This commit is contained in:
parent
2f65f2b21d
commit
30a78fb8a8
2 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ server {
|
|||
root /var/www/binternet;
|
||||
index index.php;
|
||||
|
||||
location = /robots.txt {
|
||||
root /var/www/binternet;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_pass unix:/run/php-fpm82.sock;
|
||||
fastcgi_index index.php;
|
||||
|
|
|
|||
2
static/robots.txt
Normal file
2
static/robots.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
||||
Loading…
Reference in a new issue