On this page
Aero Nginx / Hosting Setup config
Aero Nginx / Hosting Setup config### Nginx
robots.txt returns a 404 unless
location = /robots.txt { try_files $uri $uri/ /index.php?$query_string; access_log off; log_not_found off; }
robots.txt returns a 404 unless
location = /robots.txt { try_files $uri $uri/ /index.php?$query_string; access_log off; log_not_found off; }