diff --git a/docker/nginx.conf b/docker/nginx.conf index 9f8cd3116..a3a694fff 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -28,6 +28,9 @@ http { etag off; } + location /robots.txt { + } + location / { try_files $uri $uri/ /index.html; } diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index eb0536286..000000000 --- a/public/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: