Page MenuHomeDevCentral

Allow web publishing in public_html directories
Closed, DuplicatePublic

Description

References:

(Note nginx configuration has evolved a little in 8 years)

Event Timeline

dereckson edited projects, added User-Dereckson; removed IRC.
dereckson moved this task from Backlog to Next on the User-Dereckson board.

Oh yes references are outdated, this is now straightforward:

set userdir test_nginx_html;

location ~ ^/~(.+?)(/.*)?$ {
    alias /home/$1/$userdir$2;
    index index.html index.htm default.html default.htm;
    autoindex on;
}
dereckson closed this task as a duplicate of T819: Web hosting on Eglide.
dereckson closed this task as a duplicate of T819: Web hosting on Eglide.