2
app/project-static/robots.txt
Normal file
2
app/project-static/robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
@ -4,6 +4,10 @@ server {
|
||||
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
|
||||
location /robots.txt {
|
||||
alias /app/static/robots.txt;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
|
||||
alias /app/static/;
|
||||
|
Reference in New Issue
Block a user