Hy,
I have updated my robots.txt file for my enterprise instance. but when hitting with my-domain-url/robots.txt , i am getting below values instead of the updated values.
```
# To prevent SEO penalties, this robots.txt file has been disabled# Please consult the Odoo.sh FAQ for additional details (https://www.odoo.sh/faq#custom_domains)
# Use /robots.txt?debug=1 to see the original instance response
User-agent: *
Disallow: /
```
But when i checked the value from edit robots.txt from settings, the values are saved correctly as below:
'''
User-agent: Screaming Frog SEO Spider
Allow: /
User-agent: *
Disallow: /
'''
Can anybody please help me on this?