remove robots.txt section
This commit is contained in:
parent
f5e67ae71d
commit
0cdad6a443
|
@ -31,10 +31,6 @@
|
|||
- location / {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
}
|
||||
- location = /robots.txt {
|
||||
add_header Content-Type text/plain;
|
||||
return 200 "User-agent: *\nDisallow: /\n";
|
||||
}
|
||||
nginx_configs:
|
||||
gzip:
|
||||
- gzip on
|
||||
|
|
Loading…
Reference in New Issue