There is a subdirectory in the user’s home directory:
$HOME/public,
which is available for reading around the world.
To access your www-page, a subdirectory
~public/public_html should also be open for reading to the world.
For this, in your public directory, run the following command:
fs setacl public_html system: anyuser rl
Then, in your home directory, run the command:
ln -s public/public_html public_html
Access to the user’s www-page is as follows:
http://lit.jinr.ru/~username