diff --git a/config/nginx/7kai-tasks.conf b/config/nginx/7kai-tasks.conf index d489f40..26a3c9d 100644 --- a/config/nginx/7kai-tasks.conf +++ b/config/nginx/7kai-tasks.conf @@ -33,6 +33,8 @@ server { expires 1d; } location /apple-touch-icon.png { root /home/aska/github/7kai-Tasks/htdocs; } + location /favicon.ico { root /home/aska/github/7kai-Tasks/htdocs; } + location /robots.txt { root /home/aska/github/7kai-Tasks/htdocs; } location / { proxy_pass http://localhost:5007; } location @api { proxy_pass http://localhost:5007; } } \ No newline at end of file diff --git a/htdocs/robots.txt b/htdocs/robots.txt index 747a8fe..0393aa2 100644 --- a/htdocs/robots.txt +++ b/htdocs/robots.txt @@ -1,3 +1,3 @@ User-Agent: * Disallow: /api/ -Disallow: /signin +Disallow: /signin/