Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
robots.txt receive nginx.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aska committed Apr 2, 2013
1 parent a83a296 commit 4a7258e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/nginx/7kai-tasks.conf
Expand Up @@ -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; }
}
2 changes: 1 addition & 1 deletion htdocs/robots.txt
@@ -1,3 +1,3 @@
User-Agent: *
Disallow: /api/
Disallow: /signin
Disallow: /signin/

0 comments on commit 4a7258e

Please sign in to comment.