remove robots.txt section

This commit is contained in:
staticsafe 2021-09-07 17:20:55 -04:00
parent f5e67ae71d
commit 0cdad6a443
1 changed files with 0 additions and 4 deletions

View File

@ -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