I have the following situation:
In the same machine I have a mercurial server and a web server. The project repository is located at /var/hg/repos/myproyect and the public files for web server are in /usr/share/nginx/www
Is any way to link (ln) the repo directory to public path server? when I do
ln /var/hg/repos/myproject/.hg/store/data/ /ush/share/nginx/www/myproject
and I put in the browser http://iptoserver.com/myproject is shown nothing
I noted that store data in .hg ending in .i extension